[arch-commits] Commit in catch2/trunk (PKGBUILD)

Baptiste Jonglez zorun at archlinux.org
Sun Mar 24 00:04:45 UTC 2019


    Date: Sunday, March 24, 2019 @ 00:04:42
  Author: zorun
Revision: 443287

upgpkg: catch2 2.7.0-1

Modified:
  catch2/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-23 22:46:31 UTC (rev 443286)
+++ PKGBUILD	2019-03-24 00:04:42 UTC (rev 443287)
@@ -3,7 +3,7 @@
 # Contributor: Bart Verhagen <barrie.verhagen at gmail dot com>
 
 pkgname=catch2
-pkgver=2.6.0
+pkgver=2.7.0
 pkgrel=1
 pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD and BDD"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('Boost')
 makedepends=('cmake' 'python') # python seems to be necessary for building tests (FS#60273)
 source=("https://github.com/catchorg/Catch2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('4c94a685557328eb1b0ed1017ca37c3a378742dc03b558cf02267b6ba8579577')
+sha256sums=('d4655e87c0ccda5a2e78bf4256fce8036feb969399503dcc8272f4c90347d9c0')
 
 build() {
   cd Catch2-$pkgver



More information about the arch-commits mailing list