diff options
author | Julian Brost | 2019-09-01 02:03:29 +0200 |
---|---|---|
committer | Julian Brost | 2019-09-01 02:03:29 +0200 |
commit | 6e52ae0098eb31ee3c02f9cd359ddac99030392e (patch) | |
tree | abca91262f23f8878580df3f4eefb7908582f5f3 | |
parent | d3d8097322b9c18b8f86c322683379fd7971f70b (diff) | |
download | aur-6e52ae0098eb31ee3c02f9cd359ddac99030392e.tar.gz |
new version 2.7.1-1
-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.7.0 + pkgver = 2.7.1 pkgrel = 1 url = http://www.icinga.org install = icingaweb2.install @@ -10,8 +10,8 @@ pkgbase = icingaweb2 optdepends = php-gd: export data to PDF optdepends = php-intl: support for internationalization optdepends = php-pgsql: for PostgreSQL backend - source = https://github.com/Icinga/icingaweb2/archive/v2.7.0.tar.gz - sha256sums = 64d33f6f3e1a9eb95edd1685a789aa6f4b577047b55f51325a2962f6fe3dd629 + source = https://github.com/Icinga/icingaweb2/archive/v2.7.1.tar.gz + sha256sums = f7ea515ace46e8d0f4bbfbed1eca7807a470bfffaa6843f5b581103cb2e837f5 pkgname = icingaweb2 @@ -2,7 +2,7 @@ # Contributor: Malte Rabenseifner <mail@malte-rabenseifner.de> pkgname=icingaweb2 -pkgver=2.7.0 +pkgver=2.7.1 pkgrel=1 pkgdesc="Icinga Web 2 Interface" license=('GPL') @@ -14,7 +14,7 @@ optdepends=('php-gd: export data to PDF' url="http://www.icinga.org" source=("https://github.com/Icinga/${pkgname}/archive/v${pkgver}.tar.gz") install='icingaweb2.install' -sha256sums=('64d33f6f3e1a9eb95edd1685a789aa6f4b577047b55f51325a2962f6fe3dd629') +sha256sums=('f7ea515ace46e8d0f4bbfbed1eca7807a470bfffaa6843f5b581103cb2e837f5') package() { cd "$srcdir/$pkgname-$pkgver" |