summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c272eee499e..9f5ec64b6951 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Thu Jan 7 20:53:48 UTC 2016
+# Mon Jan 25 21:18:43 UTC 2016
pkgbase = libcatch-cpp-headers
pkgdesc = C++-native framework for unit-tests using only a header file
- pkgver = 1.3.2
+ pkgver = 1.3.3
pkgrel = 1
url = http://catch-lib.net
arch = any
license = custom:BSL
source = https://raw.github.com/philsquared/Catch/master/single_include/catch.hpp
source = LICENSE::https://raw.githubusercontent.com/philsquared/Catch/master/LICENSE_1_0.txt
- sha256sums = 2fa703ab15668c860db9c1df991ed3273f384602a82f58526e6c223b2b74d122
+ sha256sums = 9624722d3c7bb9f18ba2b0da42883fe0d1930de6e17cdbb5ea2d313ce2e5836e
sha256sums = c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566
pkgname = libcatch-cpp-headers
diff --git a/PKGBUILD b/PKGBUILD
index 41ee158704bf..ac3c652c9c8c 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.3.2
+pkgver=1.3.3
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.github.com/philsquared/Catch/master/single_include/catch.hpp'
'LICENSE::https://raw.githubusercontent.com/philsquared/Catch/master/LICENSE_1_0.txt')
-sha256sums=('2fa703ab15668c860db9c1df991ed3273f384602a82f58526e6c223b2b74d122'
+sha256sums=('9624722d3c7bb9f18ba2b0da42883fe0d1930de6e17cdbb5ea2d313ce2e5836e'
'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566')
pkgver() {