summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf9a4cc97f2c..2f6bc800a41e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Jun 23 16:01:39 UTC 2017
+# Sun Nov 26 17:13:16 UTC 2017
pkgbase = libcatch-cpp-headers
pkgdesc = C++-native framework for unit-tests using only a header file
- pkgver = 1.9.5
+ pkgver = 1.9.6
pkgrel = 1
url = http://catch-lib.net
arch = any
license = custom:BSL
- source = https://raw.githubusercontent.com/philsquared/Catch/v1.9.5/single_include/catch.hpp
- source = LICENSE::https://raw.githubusercontent.com/philsquared/Catch/v1.9.5/LICENSE.txt
- sha256sums = 8ee4d6701d28554422f9d25894599014c4eb63ca4c0ff578e766b5df1d2ad692
+ source = https://raw.githubusercontent.com/catchorg/Catch2/v1.9.6/single_include/catch.hpp
+ source = LICENSE::https://raw.githubusercontent.com/catchorg/Catch2/v1.9.6/LICENSE.txt
+ sha256sums = 7be37407fe81bab61d1fb5b62c1c69ccb6f7e79e211e271ba6ac2329f58b54a6
sha256sums = c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566
pkgname = libcatch-cpp-headers
diff --git a/PKGBUILD b/PKGBUILD
index f314509e7064..700dab62ea89 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.9.5
+pkgver=1.9.6
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.txt")
-sha256sums=('8ee4d6701d28554422f9d25894599014c4eb63ca4c0ff578e766b5df1d2ad692'
+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=('7be37407fe81bab61d1fb5b62c1c69ccb6f7e79e211e271ba6ac2329f58b54a6'
'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566')
pkgver() {