diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-01-30 15:23:22 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-01-30 15:23:22 +0100 |
commit | 893e57bc70158d7804a78c32724775f4a6c9a04f (patch) | |
tree | 7f134d15f71fcf6648f2846df6cd567b76c6ca5d /community/kea-hook-runscript | |
parent | b646948c1ff298f2791f6cfbfffb21c6f546b465 (diff) | |
download | aports-893e57bc70158d7804a78c32724775f4a6c9a04f.tar.bz2 aports-893e57bc70158d7804a78c32724775f4a6c9a04f.tar.xz |
community/kea-hook-runscript: rebuild against kea 1.7.4
Diffstat (limited to 'community/kea-hook-runscript')
-rw-r--r-- | community/kea-hook-runscript/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kea-hook-runscript/APKBUILD b/community/kea-hook-runscript/APKBUILD index e1f2af18df..118e8e5866 100644 --- a/community/kea-hook-runscript/APKBUILD +++ b/community/kea-hook-runscript/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Steve Holweg <skytep@gmail.com> pkgname=kea-hook-runscript pkgver=1.3.1 -pkgrel=4 +pkgrel=5 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 |