summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2023-07-04 20:15:24 +0200
committerMartchus2023-07-04 20:15:24 +0200
commit1153605d6593d9aad7983a75565813d30b09bc58 (patch)
tree00f7debe9b1eb1fb016e2226dc9346fd00874eff /PKGBUILD
parent7e299c596e6b49820ac4f77e2749a0252bea8699 (diff)
downloadaur-1153605d6593d9aad7983a75565813d30b09bc58.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 e7d3b523c13c..8cc3935075fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=cpp-utilities
pkgname=c++utilities
-pkgver=5.23.0
+pkgver=5.24.0
pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities'
@@ -17,7 +17,7 @@ checkdepends=('cppunit')
provides=(libc++utilities.so)
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('2a0564afb3c5c2f9119ef4ea434001d4ee67a88a99484c412253b3f9ae4147bc')
+sha256sums=('959e9884bdab1a2afe67937611b6b168fb60dc0cf0acf236b3a342cc0479e57d')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"