diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-25 14:36:04 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-25 14:36:04 +0000 |
commit | 46dd4472f458726112f0d64b86d7736db4341029 (patch) | |
tree | 18fd0c3edf1c2e7a6e7632b81433622cad455b55 /testing | |
parent | 2fb6d95056e04ce8fb30cd5484fec2856581af9b (diff) | |
download | aports-46dd4472f458726112f0d64b86d7736db4341029.tar.bz2 aports-46dd4472f458726112f0d64b86d7736db4341029.tar.xz |
testing/icingaweb2-module-pnp: upgrade to 1.1.0, uses php7, no longer php5
Diffstat (limited to 'testing')
-rw-r--r-- | testing/icingaweb2-module-pnp/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/icingaweb2-module-pnp/APKBUILD b/testing/icingaweb2-module-pnp/APKBUILD index 2f4f5a8f23..5f98581d06 100644 --- a/testing/icingaweb2-module-pnp/APKBUILD +++ b/testing/icingaweb2-module-pnp/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=icingaweb2-module-pnp _module=${pkgname/*-/} -pkgver=1.0.1 +pkgver=1.1.0 pkgrel=0 pkgdesc="Integrate PNP graphs into Icinga Web 2" url="http://www.icinga.org" arch="noarch !armhf" license="GPL2" -_php=php5 +_php=php7 depends="icingaweb2-module-director" pkggroups="icingaweb2" subpackages="$pkgname-doc" @@ -50,6 +50,4 @@ EOF } -md5sums="aaa59111db247f001e5f26f7064b50b2 icingaweb2-module-pnp-1.0.1.tar.gz" -sha256sums="956d2afe1dc3895994381baf40f3ac326ba1f771c84c86b54ba39c64b78483df icingaweb2-module-pnp-1.0.1.tar.gz" -sha512sums="594a8d2a141bdf682fa37dc7b677a78f255dfa3d05071878a416b7426ed6355abc2a2864394e333a00c08aba8fd4f898e42c5a49ffeaf689a16de175f6ddb333 icingaweb2-module-pnp-1.0.1.tar.gz" +sha512sums="4ca0e55a8313303fa45d04169f157665092eb3cf3922c192540d86e31cc2648c25725ff4ad6d9aead376fb84ae7d50efd2d733da5b66e616af3dab40ca7cbba0 icingaweb2-module-pnp-1.1.0.tar.gz" |