summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2018-01-20 23:15:14 +0100
committerMartchus2018-01-20 23:15:14 +0100
commit8e53bd977daaebdc5ea5d73d9072f2d417652619 (patch)
treeecb3ec430a7dceb3bf89fcbc35653372edc16e78 /PKGBUILD
parent6e1b7adce80f928d7ea84044cfca771f39f40709 (diff)
downloadaur-8e53bd977daaebdc5ea5d73d9072f2d417652619.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 267b1f1ec104..3ae8bc217436 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=cpp-utilities
pkgname=c++utilities
-pkgver=4.11.0
+pkgver=4.12.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities'
@@ -16,7 +16,7 @@ makedepends=('cmake')
checkdepends=('cppunit')
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('9397a5e5f1d53065a42faa6c3df99fb4865334669ddcd6994e58458773dfd46e')
+sha256sums=('e3a70899d86ba7787d9612d7b10a6c2ebadc9860991c88b00f43fe485d27b51b')
prepare() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"