summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2022-03-09 19:58:48 +0100
committerJulian Brost2022-03-09 19:58:48 +0100
commitd829021b8722899435a252ee5cdd629be3fd25ac (patch)
treebb9e890812907d151eeec42caadd6e3c3d8e3b13
parentd0b1520e80b6135881d869966a5cc15f00a3dd61 (diff)
downloadaur-d829021b8722899435a252ee5cdd629be3fd25ac.tar.gz
new version 2.9.6-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa9368e0bce4..7f2dea58ebf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = icingaweb2
pkgdesc = Icinga Web 2 Interface
- pkgver = 2.9.5
- pkgrel = 2
+ pkgver = 2.9.6
+ pkgrel = 1
url = https://icinga.com/
install = icingaweb2.install
arch = any
@@ -14,9 +14,9 @@ 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.5.tar.gz::https://github.com/Icinga/icingaweb2/archive/v2.9.5.tar.gz
+ source = icingaweb2-2.9.6.tar.gz::https://github.com/Icinga/icingaweb2/archive/v2.9.6.tar.gz
source = https://github.com/Icinga/icingaweb2/pull/4640.patch
- sha256sums = 816f5bb0b4e321a7157cb4e766351091f1791d298d43b16487ad81f274eb09c9
+ sha256sums = fc161347c5495e3cc38754ff48851dd4b0436fc850bc18e64164083ae6f2d8a0
sha256sums = 71199c0775b94f0269cab557d914ffadcf607c5c004a4ac5e6fff89203e3bfc8
pkgname = icingaweb2
diff --git a/PKGBUILD b/PKGBUILD
index 5d639b4164bd..0b69d8ad2268 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Malte Rabenseifner <mail@malte-rabenseifner.de>
pkgname=icingaweb2
-pkgver=2.9.5
-pkgrel=2
+pkgver=2.9.6
+pkgrel=1
pkgdesc="Icinga Web 2 Interface"
license=('GPL')
arch=('any')
@@ -17,7 +17,7 @@ url="https://icinga.com/"
source=("$pkgname-$pkgver.tar.gz::https://github.com/Icinga/icingaweb2/archive/v$pkgver.tar.gz"
'https://github.com/Icinga/icingaweb2/pull/4640.patch')
install='icingaweb2.install'
-sha256sums=('816f5bb0b4e321a7157cb4e766351091f1791d298d43b16487ad81f274eb09c9'
+sha256sums=('fc161347c5495e3cc38754ff48851dd4b0436fc850bc18e64164083ae6f2d8a0'
'71199c0775b94f0269cab557d914ffadcf607c5c004a4ac5e6fff89203e3bfc8')
prepare() {