summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2019-09-01 02:03:29 +0200
committerJulian Brost2019-09-01 02:03:29 +0200
commit6e52ae0098eb31ee3c02f9cd359ddac99030392e (patch)
treeabca91262f23f8878580df3f4eefb7908582f5f3
parentd3d8097322b9c18b8f86c322683379fd7971f70b (diff)
downloadaur-6e52ae0098eb31ee3c02f9cd359ddac99030392e.tar.gz
new version 2.7.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f7ea2cf4c3c..8609b3aec5a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 7b5d5543f933..45f4eb3bf8e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"