summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e50f2f120be7..336314c61238 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Mar 6 18:26:12 UTC 2017
+# Mon May 1 18:20:35 UTC 2017
pkgbase = libcatch-cpp-headers
pkgdesc = C++-native framework for unit-tests using only a header file
- pkgver = 1.8.1
- pkgrel = 2
+ pkgver = 1.9.3
+ pkgrel = 1
url = http://catch-lib.net
arch = any
license = custom:BSL
- source = https://raw.githubusercontent.com/philsquared/Catch/v1.8.1/single_include/catch.hpp
- source = LICENSE::https://raw.githubusercontent.com/philsquared/Catch/v1.8.1/LICENSE_1_0.txt
- sha256sums = 41fe98b85ac08515229d9a31d6c12906a3644ddac9665c58db70d9d61bcb9667
+ source = https://raw.githubusercontent.com/philsquared/Catch/v1.9.3/single_include/catch.hpp
+ source = LICENSE::https://raw.githubusercontent.com/philsquared/Catch/v1.9.3/LICENSE_1_0.txt
+ sha256sums = add614987e6215a2a095410765f5e5ac17f3b4f4019e9aad01e49a551b9f03ea
sha256sums = c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566
pkgname = libcatch-cpp-headers
diff --git a/PKGBUILD b/PKGBUILD
index 7944f03108ac..47ea6781773e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: yozi <es.mslj TA xunilhcra> backwards
# Contributor: Bernd Amend <bernd.amend+extension_system gmail com>
pkgname='libcatch-cpp-headers'
-pkgver=1.8.1
-pkgrel=2
+pkgver=1.9.3
+pkgrel=1
pkgdesc='C++-native framework for unit-tests using only a header file'
arch=(any)
url='http://catch-lib.net'
license=('custom:BSL')
source=("https://raw.githubusercontent.com/philsquared/Catch/v${pkgver}/single_include/catch.hpp"
"LICENSE::https://raw.githubusercontent.com/philsquared/Catch/v${pkgver}/LICENSE_1_0.txt")
-sha256sums=('41fe98b85ac08515229d9a31d6c12906a3644ddac9665c58db70d9d61bcb9667'
+sha256sums=('add614987e6215a2a095410765f5e5ac17f3b4f4019e9aad01e49a551b9f03ea'
'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566')
pkgver() {