aboutsummaryrefslogtreecommitdiffstats
path: root/community/icingaweb2-module-incubator/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/icingaweb2-module-incubator/APKBUILD')
-rw-r--r--community/icingaweb2-module-incubator/APKBUILD19
1 files changed, 9 insertions, 10 deletions
diff --git a/community/icingaweb2-module-incubator/APKBUILD b/community/icingaweb2-module-incubator/APKBUILD
index 3273b4c8d2e..019444e0595 100644
--- a/community/icingaweb2-module-incubator/APKBUILD
+++ b/community/icingaweb2-module-incubator/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=icingaweb2-module-incubator
_module=${pkgname/*-/}
-pkgver=0.16.1
-pkgrel=0
+pkgver=0.20.0
+pkgrel=1
pkgdesc="Bleeding edge libraries useful for Icinga Web 2 modules"
url="https://github.com/Icinga/icingaweb2-module-incubator"
arch="noarch !armhf !armv7 !s390x !x86"
license="MIT"
options="!check"
-_php=php8
+_php=php82
depends="icingaweb2"
pkggroups="icingaweb2"
subpackages="$pkgname-doc"
@@ -31,25 +31,24 @@ package() {
You need to fix /etc/icingaweb2/modules/$_module with the owner of the user of your webserver
For nginx, as example:
- # chown -R nginx /etc/icingaweb2/modules/$_module
+ # chown -R nginx /etc/icingaweb2/modules/$_module
or
- # chown -R nobody /etc/icingaweb2/modules/$_module
+ # chown -R nobody /etc/icingaweb2/modules/$_module
For Apache:
- # chown -R apache /etc/icingaweb2/modules/$_module
+ # chown -R apache /etc/icingaweb2/modules/$_module
For lighttpd:
- # chown -R lighttpd /etc/icingaweb2/modules/$_module
+ # chown -R lighttpd /etc/icingaweb2/modules/$_module
Remember to enable the module with:
- # icingacli module enable $_module
+ # icingacli module enable $_module
EOF
}
-
sha512sums="
-3ae369c24b7c528c2c625bce967449c8aceafd419bf22f4aabdf039ad5d5ee3be71c961a765f1cc52c9f3a6c99be98555d4cc51f617030ff89848786a0a5f7fb icingaweb2-module-incubator-0.16.1.tar.gz
+f561d9caffd6d72603debddf61181fa45b43aa4dc44d50749ed5e175c9a3ad169943cb59cfb74e890241cc0af3de0610a1747faa5c14c89ed3ab0b3e3c00da0e icingaweb2-module-incubator-0.20.0.tar.gz
"