summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbc1e28c549c..e99ad5728b64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Thu Sep 29 16:53:45 UTC 2016
+# Thu Dec 1 23:08:21 UTC 2016
pkgbase = libcatch-cpp-headers
pkgdesc = C++-native framework for unit-tests using only a header file
- pkgver = 1.5.7
+ pkgver = 1.5.9
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 = https://raw.githubusercontent.com/philsquared/Catch/v1.5.9/single_include/catch.hpp
source = LICENSE::https://raw.githubusercontent.com/philsquared/Catch/master/LICENSE_1_0.txt
- sha256sums = 9a689ad9d9ccd41879d562c015ccae878c8d86f98231e62c22e74157e7be994d
+ sha256sums = 9c953e242e8804fe4c4a96ed89316f89c0c42fcbcedfd15ba021f5fe81c6b153
sha256sums = c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566
pkgname = libcatch-cpp-headers
diff --git a/PKGBUILD b/PKGBUILD
index 4e1fd35f6bff..40d1b11058e4 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.5.7
+pkgver=1.5.9
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.github.com/philsquared/Catch/master/single_include/catch.hpp'
+source=("https://raw.githubusercontent.com/philsquared/Catch/v${pkgver}/single_include/catch.hpp"
'LICENSE::https://raw.githubusercontent.com/philsquared/Catch/master/LICENSE_1_0.txt')
-sha256sums=('9a689ad9d9ccd41879d562c015ccae878c8d86f98231e62c22e74157e7be994d'
+sha256sums=('9c953e242e8804fe4c4a96ed89316f89c0c42fcbcedfd15ba021f5fe81c6b153'
'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566')
pkgver() {