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

Baptiste Jonglez zorun at archlinux.org
Fri Jun 22 14:29:18 UTC 2018


    Date: Friday, June 22, 2018 @ 14:29:17
  Author: zorun
Revision: 344616

upgpkg: catch2 2.2.3-1

Modified:
  catch2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-22 14:03:47 UTC (rev 344615)
+++ PKGBUILD	2018-06-22 14:29:17 UTC (rev 344616)
@@ -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.2
+pkgver=2.2.3
 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=('e93aacf012579093fe6b4e686ff0488975cabee1e6b4e4f27a0acd898e8f09fd')
+sha256sums=('45e5e12cc5a98e098b0960d70c0d99b7168b711e85fb947dcd4d68ec3f8b8826')
 
 build() {
   cd "$srcdir/Catch2-$pkgver"



More information about the arch-commits mailing list