summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryozi2017-06-23 18:03:41 +0200
committeryozi2017-06-23 18:03:41 +0200
commit78ed33558b91f49518a466b9aae717bf83d42e9d (patch)
tree5d9ea85fa1cc8b9735311c07050fae8747dbcba2
parenta8f7105f374911f72dd66527fda64135b69eecb8 (diff)
downloadaur-78ed33558b91f49518a466b9aae717bf83d42e9d.tar.gz
Update to 1.9.5-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91c0d9519150..bf9a4cc97f2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon May 29 21:48:00 UTC 2017
+# Fri Jun 23 16:01:39 UTC 2017
pkgbase = libcatch-cpp-headers
pkgdesc = C++-native framework for unit-tests using only a header file
- pkgver = 1.9.4
+ pkgver = 1.9.5
pkgrel = 1
url = http://catch-lib.net
arch = any
license = custom:BSL
- source = https://raw.githubusercontent.com/philsquared/Catch/v1.9.4/single_include/catch.hpp
- source = LICENSE::https://raw.githubusercontent.com/philsquared/Catch/v1.9.4/LICENSE.txt
- sha256sums = c3715fad6576b6a1dad8f0e7ec86ab56346b543e9a700c161b7c360fb2e1465b
+ 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
sha256sums = c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566
pkgname = libcatch-cpp-headers
diff --git a/PKGBUILD b/PKGBUILD
index 13b2a2f3e382..f314509e7064 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.9.4
+pkgver=1.9.5
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.githubusercontent.com/philsquared/Catch/v${pkgver}/single_include/catch.hpp"
"LICENSE::https://raw.githubusercontent.com/philsquared/Catch/v${pkgver}/LICENSE.txt")
-sha256sums=('c3715fad6576b6a1dad8f0e7ec86ab56346b543e9a700c161b7c360fb2e1465b'
+sha256sums=('8ee4d6701d28554422f9d25894599014c4eb63ca4c0ff578e766b5df1d2ad692'
'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566')
pkgver() {