summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDario Ostuni2019-12-06 11:58:33 +0100
committerDario Ostuni2019-12-06 11:58:33 +0100
commitfefc42fea80589b7a8b311917dea41f615f6769b (patch)
tree7a5994f62d181213389b3175b097cd1d7fd23786 /PKGBUILD
parent666c8fbfc9416f99a01040940b65b3d724cb4458 (diff)
downloadaur-fefc42fea80589b7a8b311917dea41f615f6769b.tar.gz
Update to version 0.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d2109d56456..b70598531b86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dario Ostuni <another.code.996@gmail.com>
pkgname=restclient-cpp
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc="A simple REST client for C++"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('curl')
options=()
source=("https://github.com/mrtazz/$pkgname/archive/$pkgver.tar.gz")
-sha384sums=('fe32848366110d5247bad1a7450817ed26dbaabc0b2b7d5bd3407c3a68efb5ea319f2edc1c0cda4fed4574d9bcb55b6b')
+sha384sums=('1e2ade997e524c6867fafbb74626b26b778a0856743aedaf32fbd48e25f5a335c53555eb8af96e6dbd87b6447df1c04d')
build() {
cd "$pkgname-$pkgver"