summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caf50a114bef..64b9e204d166 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sun Nov 26 17:18:15 UTC 2017
+# Sun Nov 26 17:20:25 UTC 2017
pkgbase = libcatch-cpp-headers
pkgdesc = C++-native framework for unit-tests using only a header file
- pkgver = 1.9.7
+ pkgver = 1.10.0
pkgrel = 1
url = http://catch-lib.net
arch = any
license = custom:BSL
- source = https://raw.githubusercontent.com/catchorg/Catch2/v1.9.7/single_include/catch.hpp
- source = LICENSE::https://raw.githubusercontent.com/catchorg/Catch2/v1.9.7/LICENSE.txt
- sha256sums = 58866d605fc0d6d021f02d773a0f2a01afa80eafbf6e654e6d6bff38f1d47d26
+ source = https://raw.githubusercontent.com/catchorg/Catch2/v1.10.0/single_include/catch.hpp
+ source = LICENSE::https://raw.githubusercontent.com/catchorg/Catch2/v1.10.0/LICENSE.txt
+ sha256sums = c6949b68cfb379c0ef7f52aa14780db65f034020b2f90d842be65c55b97915b9
sha256sums = c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566
pkgname = libcatch-cpp-headers
diff --git a/PKGBUILD b/PKGBUILD
index 4cb0948b69a3..9c84a0774df8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: yozi <es.mslj TA xunilhcra> backwards
# Contributor: Bernd Amend <bernd.amend+extension_system gmail com>
pkgname='libcatch-cpp-headers'
-pkgver=1.9.7
+pkgver=1.10.0
pkgrel=1
pkgdesc='C++-native framework for unit-tests using only a header file'
arch=(any)
@@ -9,7 +9,7 @@ url='http://catch-lib.net'
license=('custom:BSL')
source=("https://raw.githubusercontent.com/catchorg/Catch2/v${pkgver}/single_include/catch.hpp"
"LICENSE::https://raw.githubusercontent.com/catchorg/Catch2/v${pkgver}/LICENSE.txt")
-sha256sums=('58866d605fc0d6d021f02d773a0f2a01afa80eafbf6e654e6d6bff38f1d47d26'
+sha256sums=('c6949b68cfb379c0ef7f52aa14780db65f034020b2f90d842be65c55b97915b9'
'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566')
pkgver() {