diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-02-05 18:23:48 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-02-05 18:20:44 +0100 |
commit | 79bb759eccca5daa3145c0d54db71a759ceaa362 (patch) | |
tree | 07b8fce927ef9fd634425d717edd42cf9a7b8183 | |
parent | df07b961b87684170371420e7f763c265717f8c9 (diff) | |
download | aports-79bb759eccca5daa3145c0d54db71a759ceaa362.tar.bz2 aports-79bb759eccca5daa3145c0d54db71a759ceaa362.tar.xz |
community/kea-hook-runscript: upgrade to 1.3.2
-rw-r--r-- | community/kea-hook-runscript/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/kea-hook-runscript/APKBUILD b/community/kea-hook-runscript/APKBUILD index 118e8e5866..67a29ddd0b 100644 --- a/community/kea-hook-runscript/APKBUILD +++ b/community/kea-hook-runscript/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> # Contributor: Steve Holweg <skytep@gmail.com> pkgname=kea-hook-runscript -pkgver=1.3.1 -pkgrel=5 +pkgver=1.3.2 +pkgrel=0 pkgdesc="This a hook for the Kea DHCP server that allows to run an external script." url="https://github.com/zorun/kea-hook-runscript" arch="all !armhf !armv7 !s390x" # limited by kea @@ -20,4 +20,4 @@ package() { install -Dm755 kea-hook-runscript.so "$pkgdir"/usr/lib/kea/hooks/kea-hook-runscript.so } -sha512sums="048610f9c4388a9f00e550c139d2c90cd347ae516bc92e0d10082bf1c42ceb2be6857399919c36fe09faba67e3b6e8bd0bac09cf35e8899faafd5872fb276293 kea-hook-runscript-1.3.1.tar.gz" +sha512sums="01b0e6190a40f36a08a352277d0793b54a93e980838cf16b453d28af4b94ba71647372ba6bbb90f61d72b2cbb6b76891f6f40ca8383c0aae44a764b6de1e402f kea-hook-runscript-1.3.2.tar.gz" |