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

Baptiste Jonglez zorun at archlinux.org
Fri May 31 21:39:38 UTC 2019


    Date: Friday, May 31, 2019 @ 21:39:38
  Author: zorun
Revision: 476125

upgpkg: catch2 2.8.0-1

Modified:
  catch2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-31 21:38:48 UTC (rev 476124)
+++ PKGBUILD	2019-05-31 21:39:38 UTC (rev 476125)
@@ -3,7 +3,7 @@
 # Contributor: Bart Verhagen <barrie.verhagen at gmail dot com>
 
 pkgname=catch2
-pkgver=2.7.2
+pkgver=2.8.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=('9f4116da13d8402b5145f95ab91ae0173cd27b804152d3bb2d4f9b6e64852af7')
+sha256sums=('b567c37446cd22c8550bfeb7e2fe3f981b8f3ab8b2148499a522e7f61b8a481d')
 
 build() {
   cd Catch2-$pkgver



More information about the arch-commits mailing list