summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 892701799c6f..31856c44a901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Marcel Röthke <marcel.roethke@haw-hamburg.de>
pkgname=rtrlib
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
pkgdesc="RPKI-RTR client library"
arch=(x86_64 i686 aarch64)
url="https://github.com/rtrlib/rtrlib"
@@ -12,7 +12,7 @@ makedepends=(cmake)
checkdepends=(cmocka)
options=(strip)
source=("rtrlib-$pkgver.tar.gz::https://github.com/rtrlib/rtrlib/archive/v$pkgver.tar.gz")
-md5sums=('87503af21c4bc85e90baf73b3c2089d8')
+md5sums=('e6237318b51ea1162d9ae7b296f966c8')
prepare() {
cd ${srcdir}/${pkgname}-${pkgver}