diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = icingaweb2 pkgdesc = Icinga Web 2 Interface - pkgver = 2.12.2 + pkgver = 2.12.4 pkgrel = 1 url = https://icinga.com/ install = icingaweb2.install @@ -13,7 +13,7 @@ pkgbase = icingaweb2 optdepends = php-legacy-imagick: graphs in PDF exports optdepends = php-legacy-intl: support for internationalization optdepends = php-legacy-pgsql: for PostgreSQL backend - source = icingaweb2-2.12.2.tar.gz::https://github.com/Icinga/icingaweb2/archive/v2.12.2.tar.gz - sha256sums = b15687a499f1774aaf953216990c5c94639a19a68977c288847b857541c84649 + source = icingaweb2-2.12.4.tar.gz::https://github.com/Icinga/icingaweb2/archive/v2.12.4.tar.gz + sha256sums = 88595be8910b1b3be194ef49636a9b9654a87bac6e01439d27ee82ef7a4acf39 pkgname = icingaweb2 @@ -2,7 +2,7 @@ # Contributor: Malte Rabenseifner <mail@malte-rabenseifner.de> pkgname=icingaweb2 -pkgver=2.12.2 +pkgver=2.12.4 pkgrel=1 pkgdesc="Icinga Web 2 Interface" license=('GPL') @@ -15,7 +15,7 @@ optdepends=('php-legacy-gd: export data to PDF' url="https://icinga.com/" source=("$pkgname-$pkgver.tar.gz::https://github.com/Icinga/icingaweb2/archive/v$pkgver.tar.gz") install='icingaweb2.install' -sha256sums=('b15687a499f1774aaf953216990c5c94639a19a68977c288847b857541c84649') +sha256sums=('88595be8910b1b3be194ef49636a9b9654a87bac6e01439d27ee82ef7a4acf39') package() { cd "$srcdir/$pkgname-$pkgver" |