diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-02-27 21:30:19 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-02-27 21:31:14 +0100 |
commit | d503dbf5a4b8f51bcb22b4d99dd1ef0ed57108c2 (patch) | |
tree | ce7ba6044a1d6bdbc3b96354ebf5eef3def51087 | |
parent | 7a525c5bcff24ced2b962941f667c8a1692747d0 (diff) | |
download | aports-d503dbf5a4b8f51bcb22b4d99dd1ef0ed57108c2.tar.bz2 aports-d503dbf5a4b8f51bcb22b4d99dd1ef0ed57108c2.tar.xz |
community/kea-hook-runscript: upgrade to 1.3.3
-rw-r--r-- | community/kea-hook-runscript/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kea-hook-runscript/APKBUILD b/community/kea-hook-runscript/APKBUILD index 67a29ddd0b..2950410cf3 100644 --- a/community/kea-hook-runscript/APKBUILD +++ b/community/kea-hook-runscript/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> # Contributor: Steve Holweg <skytep@gmail.com> pkgname=kea-hook-runscript -pkgver=1.3.2 +pkgver=1.3.3 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" @@ -20,4 +20,4 @@ package() { install -Dm755 kea-hook-runscript.so "$pkgdir"/usr/lib/kea/hooks/kea-hook-runscript.so } -sha512sums="01b0e6190a40f36a08a352277d0793b54a93e980838cf16b453d28af4b94ba71647372ba6bbb90f61d72b2cbb6b76891f6f40ca8383c0aae44a764b6de1e402f kea-hook-runscript-1.3.2.tar.gz" +sha512sums="cff385314d2187ff81b63e426b14f6fdc6ebb58228c3ec5b44259eb29162708858e4cb59578c9d4050a441ac7a5f307c1beace99b963d3ee790a057c20de7d50 kea-hook-runscript-1.3.3.tar.gz" |