aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/kea-hook-runscript/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/kea-hook-runscript/APKBUILD b/testing/kea-hook-runscript/APKBUILD
index 820580c69c..3d4050c73c 100644
--- a/testing/kea-hook-runscript/APKBUILD
+++ b/testing/kea-hook-runscript/APKBUILD
@@ -1,14 +1,14 @@
# Maintainer: Steve HOLWEG <skytep@gmail.com>
pkgname=kea-hook-runscript
-pkgver=1.1.0
-pkgrel=1
+pkgver=1.3.1
+pkgrel=0
pkgdesc="This a hook for the Kea DHCP server that allows to run an external script."
arch="all"
url="https://github.com/zorun/kea-hook-runscript"
license="MPL2"
depends="kea>=1.4.0"
makedepends="boost-dev kea-dev kea-utils"
-source="$pkgname-$pkgver.tar.gz::https://github.com/zorun/$pkgname/archive/v$pkgver.tar.gz"
+source="https://github.com/zorun/kea-hook-runscript/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
options="!check" # Library and makefile provide no tests
build() {
@@ -19,4 +19,4 @@ package() {
install -Dm755 kea-hook-runscript.so "$pkgdir"/usr/lib/hooks/kea-hook-runscript.so
}
-sha512sums="b3b1c8ede6758b596fc03394bbd609aa7971d6b3bd267e2b5dda9c04ff6e9aa048de3d44e93ad287d70320784f1fcd101c03a9e8d12569403540fb49c32eda04 kea-hook-runscript-1.1.0.tar.gz"
+sha512sums="048610f9c4388a9f00e550c139d2c90cd347ae516bc92e0d10082bf1c42ceb2be6857399919c36fe09faba67e3b6e8bd0bac09cf35e8899faafd5872fb276293 kea-hook-runscript-1.3.1.tar.gz"