summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2022-07-15 22:41:19 +0200
committerJulian Brost2022-07-15 22:41:19 +0200
commit28389745caa69832d384d56aeec39a63a82b64a7 (patch)
tree61195f2d6b2cd09b2fe3d3d3c9e6dd93efcbef05
parentdc69aa4773177355822ade0e7e8c9c41eeb9c105 (diff)
downloadaur-28389745caa69832d384d56aeec39a63a82b64a7.tar.gz
new version 2.11.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ebc48267aff..ce23924d3ac8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icingaweb2
pkgdesc = Icinga Web 2 Interface
- pkgver = 2.11.0
+ pkgver = 2.11.1
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.11.0.tar.gz::https://github.com/Icinga/icingaweb2/archive/v2.11.0.tar.gz
- sha256sums = c05488ec30f85a3e1cb52a72159206331f40b83be6e3b206aed2eb9c6b381513
+ source = icingaweb2-2.11.1.tar.gz::https://github.com/Icinga/icingaweb2/archive/v2.11.1.tar.gz
+ sha256sums = 0e5c257adf66f0cd28c30333a17ad2cabf9f4e873d51d24474bf26ae1145793f
pkgname = icingaweb2
diff --git a/PKGBUILD b/PKGBUILD
index 65e14f088e64..765554c38f0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Malte Rabenseifner <mail@malte-rabenseifner.de>
pkgname=icingaweb2
-pkgver=2.11.0
+pkgver=2.11.1
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=('c05488ec30f85a3e1cb52a72159206331f40b83be6e3b206aed2eb9c6b381513')
+sha256sums=('0e5c257adf66f0cd28c30333a17ad2cabf9f4e873d51d24474bf26ae1145793f')
package() {
cd "$srcdir/$pkgname-$pkgver"