diff options
author | Steve HOLWEG <skytep@gmail.com> | 2018-06-16 08:27:55 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-07-13 18:51:18 +0300 |
commit | 0a7337eb886547b9fe039eeb35894265295a26b9 (patch) | |
tree | b91a3a92f4ae5ae76d958865deb542ba0e7c31fb /testing/kea-hook-runscript | |
parent | 8cb9423ec1b271ef9014fc86fee6661cce376def (diff) | |
download | aports-0a7337eb886547b9fe039eeb35894265295a26b9.tar.bz2 aports-0a7337eb886547b9fe039eeb35894265295a26b9.tar.xz |
testing/kea-hook-runscript: upgrade to 1.1.0-r1
Diffstat (limited to 'testing/kea-hook-runscript')
-rw-r--r-- | testing/kea-hook-runscript/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kea-hook-runscript/APKBUILD b/testing/kea-hook-runscript/APKBUILD index 591c4799c0..352ea10abe 100644 --- a/testing/kea-hook-runscript/APKBUILD +++ b/testing/kea-hook-runscript/APKBUILD @@ -2,12 +2,12 @@ pkgname=kea-hook-runscript pkgver=1.1.0 -pkgrel=0 +pkgrel=1 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" +depends="kea>=1.4.0" makedepends="kea-dev kea-utils boost-dev" install="" subpackages="" |