Date: Saturday, November 10, 2018 @ 18:44:10
  Author: zorun
Revision: 405701

upgpkg: catch2 2.4.2-1

Modified:
  catch2/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-11-10 18:43:43 UTC (rev 405700)
+++ PKGBUILD    2018-11-10 18:44:10 UTC (rev 405701)
@@ -1,8 +1,8 @@
 # Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
 # Contributor: Bart Verhagen <barrie.verhagen at gmail dot com>
 pkgname='catch2'
-pkgver=2.4.1
-pkgrel=2
+pkgver=2.4.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')
 url="https://github.com/catchorg/catch2";
@@ -9,7 +9,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=('e1b559d77bd857cb0f773e3e826ac1d7e016cf14057fd14b9e99ec3b2c6b809f')
+sha256sums=('9f3caf00749f9aa378d40db5a04019c684419457fd56cee625714de1bff45a92')
 
 build() {
   cd "$srcdir/Catch2-$pkgver"

Reply via email to