diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-01-01 16:12:59 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-01-01 16:13:45 +0100 |
commit | 33058a47bc718752aafb5863048fa4509ffb84f2 (patch) | |
tree | dd4d4afd221cb47df104cb0739af5b1cf3350bac /community | |
parent | ce19a7413ae82fbc85754a622af30f148721c354 (diff) | |
download | aports-33058a47bc718752aafb5863048fa4509ffb84f2.tar.bz2 aports-33058a47bc718752aafb5863048fa4509ffb84f2.tar.xz |
community/kea-hook-runscript: rebuild against kea 1.7.3
Diffstat (limited to 'community')
-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 fc687b5bb9..98c5eaa0bd 100644 --- a/community/kea-hook-runscript/APKBUILD +++ b/community/kea-hook-runscript/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Steve Holweg <skytep@gmail.com> pkgname=kea-hook-runscript pkgver=1.3.1 -pkgrel=2 +pkgrel=3 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 |