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

Baptiste Jonglez zorun at archlinux.org
Sun Apr 8 21:53:28 UTC 2018


    Date: Sunday, April 8, 2018 @ 21:53:27
  Author: zorun
Revision: 315342

upgpkg: catch2 2.2.2-1

Modified:
  catch2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-08 21:53:24 UTC (rev 315341)
+++ PKGBUILD	2018-04-08 21:53:27 UTC (rev 315342)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
 # Contributor: Bart Verhagen <barrie.verhagen at gmail dot com>
 pkgname='catch2'
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc="A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('Boost')
 makedepends=("cmake")
 source=("https://github.com/catchorg/Catch2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('3938bc896f8de570bc56d25606fc128437ee53590a95cf3e005710176a1a1ce4')
+sha256sums=('e93aacf012579093fe6b4e686ff0488975cabee1e6b4e4f27a0acd898e8f09fd')
 
 build() {
   cd "$srcdir/Catch2-$pkgver"



More information about the arch-commits mailing list