summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcel Röthke2017-11-10 10:51:07 +0100
committerMarcel Röthke2017-11-10 10:51:07 +0100
commit8adff973ce21f54fc3aef53e5e2a22c6fce698f1 (patch)
treecaef6616e8363e768d6e0c7f593c91090f34436f /PKGBUILD
parent5f40a7eab141b315298245b226e1a85ff06e09ee (diff)
downloadaur-8adff973ce21f54fc3aef53e5e2a22c6fce698f1.tar.gz
upgpkg: rtrlib 0.5.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20cce96872d4..25b0f67a5e9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marcel Röthke <marce.roethke@haw-hamburg.de>
pkgname=rtrlib
-pkgver=0.4.0
+pkgver=0.5.0
pkgrel=1
pkgdesc="RPKI-RTR client library"
arch=(x86_64 i686)
@@ -11,7 +11,7 @@ depends=(libssh)
makedepends=(cmake)
options=(strip)
source=("rtrlib-$pkgver.tar.gz::https://github.com/rtrlib/rtrlib/archive/v$pkgver.tar.gz")
-md5sums=(59e3c6c0f9878bf6148d3275eb073e0e)
+md5sums=(3500630ad1f143c28b6f29167036893b)
build() {
cd ${srcdir}/${pkgname}-${pkgver}