summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryozi2017-05-29 23:49:05 +0200
committeryozi2017-05-29 23:49:05 +0200
commita8f7105f374911f72dd66527fda64135b69eecb8 (patch)
tree1951bc7da9364110861b851b615e099d12e66103
parent02a89d5d5d5b85384b09dfe1c482f190dcaa7dc4 (diff)
downloadaur-a8f7105f374911f72dd66527fda64135b69eecb8.tar.gz
Update to 1.9.4-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d10db979c470..91c0d9519150 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon May 1 21:43:59 UTC 2017
+# Mon May 29 21:48:00 UTC 2017
pkgbase = libcatch-cpp-headers
pkgdesc = C++-native framework for unit-tests using only a header file
- pkgver = 1.9.3
- pkgrel = 2
+ pkgver = 1.9.4
+ pkgrel = 1
url = http://catch-lib.net
arch = any
license = custom:BSL
- source = https://raw.githubusercontent.com/philsquared/Catch/v1.9.3/single_include/catch.hpp
- source = LICENSE::https://raw.githubusercontent.com/philsquared/Catch/v1.9.3/LICENSE.txt
- sha256sums = add614987e6215a2a095410765f5e5ac17f3b4f4019e9aad01e49a551b9f03ea
+ 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
sha256sums = c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566
pkgname = libcatch-cpp-headers
diff --git a/PKGBUILD b/PKGBUILD
index 4b15bb48b186..13b2a2f3e382 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.3
-pkgrel=2
+pkgver=1.9.4
+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=('add614987e6215a2a095410765f5e5ac17f3b4f4019e9aad01e49a551b9f03ea'
+sha256sums=('c3715fad6576b6a1dad8f0e7ec86ab56346b543e9a700c161b7c360fb2e1465b'
'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566')
pkgver() {