summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2021-09-14 00:28:11 +0200
committerJulian Brost2021-09-14 00:28:11 +0200
commit88003d1b54b395ed259d8dd10db352c622f61ebb (patch)
treedd995cad6a5b39ef956f8406ea9e198b376630c2
parentb56b09ac644b206369b9219c9f5dd68a9dcc4ca0 (diff)
downloadaur-88003d1b54b395ed259d8dd10db352c622f61ebb.tar.gz
new version 2.9.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be6265c3822b..cad96028fd0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icingaweb2
pkgdesc = Icinga Web 2 Interface
- pkgver = 2.9.0
+ pkgver = 2.9.3
pkgrel = 1
url = https://icinga.com/
install = icingaweb2.install
@@ -13,7 +13,7 @@ pkgbase = icingaweb2
optdepends = php-imagick: graphs in PDF exports
optdepends = php-intl: support for internationalization
optdepends = php-pgsql: for PostgreSQL backend
- source = icingaweb2-2.9.0.tar.gz::https://github.com/Icinga/icingaweb2/archive/v2.9.0.tar.gz
- sha256sums = 2ea595bb1f5cc20720ca6937f6c9926a4931cf327f0908a70bceea8be1cabd46
+ source = icingaweb2-2.9.3.tar.gz::https://github.com/Icinga/icingaweb2/archive/v2.9.3.tar.gz
+ sha256sums = 7922ae0444ed5b1c9b79bba02c1a3dff817ffd21dad35c70f4275c2e1ad0dbdd
pkgname = icingaweb2
diff --git a/PKGBUILD b/PKGBUILD
index 208e44c91cad..fb4807de530b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Malte Rabenseifner <mail@malte-rabenseifner.de>
pkgname=icingaweb2
-pkgver=2.9.0
+pkgver=2.9.3
pkgrel=1
pkgdesc="Icinga Web 2 Interface"
license=('GPL')
@@ -15,7 +15,7 @@ optdepends=('php-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=('2ea595bb1f5cc20720ca6937f6c9926a4931cf327f0908a70bceea8be1cabd46')
+sha256sums=('7922ae0444ed5b1c9b79bba02c1a3dff817ffd21dad35c70f4275c2e1ad0dbdd')
package() {
cd "$srcdir/$pkgname-$pkgver"