summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adcc96cdb9ab..411ac72e3ccd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Jan 13 18:07:27 UTC 2017
+# Sun Jan 22 14:31:07 UTC 2017
pkgbase = libcatch-cpp-headers
pkgdesc = C++-native framework for unit-tests using only a header file
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 1
url = http://catch-lib.net
arch = any
license = custom:BSL
- source = https://raw.githubusercontent.com/philsquared/Catch/v1.6.0/single_include/catch.hpp
- source = LICENSE::https://raw.githubusercontent.com/philsquared/Catch/master/LICENSE_1_0.txt
- sha256sums = 6cf21f6144201fdf1dfcd98fe3640779475d5be25f67ebbeae61ebeefb994d29
+ source = https://raw.githubusercontent.com/philsquared/Catch/v1.6.1/single_include/catch.hpp
+ source = LICENSE::https://raw.githubusercontent.com/philsquared/Catch/1.6.1/LICENSE_1_0.txt
+ sha256sums = af86b45e40e6ca521b174bfe0bbeec39609e5b60670f34da81b9f5797018d447
sha256sums = c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566
pkgname = libcatch-cpp-headers
diff --git a/PKGBUILD b/PKGBUILD
index 1011793723ce..395ff537abca 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.6.0
+pkgver=1.6.1
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/master/LICENSE_1_0.txt')
-sha256sums=('6cf21f6144201fdf1dfcd98fe3640779475d5be25f67ebbeae61ebeefb994d29'
+ "LICENSE::https://raw.githubusercontent.com/philsquared/Catch/${pkgver}/LICENSE_1_0.txt")
+sha256sums=('af86b45e40e6ca521b174bfe0bbeec39609e5b60670f34da81b9f5797018d447'
'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566')
pkgver() {