summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2019-11-03 17:04:16 +0100
committerJulian Brost2019-11-03 17:04:16 +0100
commitf00e677431ac59cbfd4b5173f110d8dcf64a4a8e (patch)
tree1ab7a93d3836bdd6e7a05380e80a2ee5a0ddcaec
parent6e52ae0098eb31ee3c02f9cd359ddac99030392e (diff)
downloadaur-f00e677431ac59cbfd4b5173f110d8dcf64a4a8e.tar.gz
new version 2.7.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8609b3aec5a1..894af0907ab7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icingaweb2
pkgdesc = Icinga Web 2 Interface
- pkgver = 2.7.1
+ pkgver = 2.7.3
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.1.tar.gz
- sha256sums = f7ea515ace46e8d0f4bbfbed1eca7807a470bfffaa6843f5b581103cb2e837f5
+ source = https://github.com/Icinga/icingaweb2/archive/v2.7.3.tar.gz
+ sha256sums = 956f07f5cce51a05d8e4afe7637138894fc7cf149523aea40c6f0a6204fb821f
pkgname = icingaweb2
diff --git a/PKGBUILD b/PKGBUILD
index 45f4eb3bf8e6..10ce916e8383 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Malte Rabenseifner <mail@malte-rabenseifner.de>
pkgname=icingaweb2
-pkgver=2.7.1
+pkgver=2.7.3
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=('f7ea515ace46e8d0f4bbfbed1eca7807a470bfffaa6843f5b581103cb2e837f5')
+sha256sums=('956f07f5cce51a05d8e4afe7637138894fc7cf149523aea40c6f0a6204fb821f')
package() {
cd "$srcdir/$pkgname-$pkgver"