summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2022-04-09 12:23:15 +0200
committerJulian Brost2022-04-09 12:23:15 +0200
commitac02678fad3f134df73caa11a0d7022221b3ec68 (patch)
tree6a22f4da8f30d7328cbf277ebab1117c771d12a9
parent66c0ad92259149324525f051b38e718fa85acf5f (diff)
downloadaur-ac02678fad3f134df73caa11a0d7022221b3ec68.tar.gz
new version 2.10.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b9852192141..b70f918c9af6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icingaweb2
pkgdesc = Icinga Web 2 Interface
- pkgver = 2.10.0
+ pkgver = 2.10.1
pkgrel = 1
url = https://icinga.com/
install = icingaweb2.install
@@ -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.10.0.tar.gz::https://github.com/Icinga/icingaweb2/archive/v2.10.0.tar.gz
+ source = icingaweb2-2.10.1.tar.gz::https://github.com/Icinga/icingaweb2/archive/v2.10.1.tar.gz
source = https://github.com/Icinga/icingaweb2/pull/4640.patch
- sha256sums = c5f4ec937ef790f3f508ab911ad6c770ffd331cab7c627d66d49ba8a0038a762
+ sha256sums = 96eea821a02b9fe5b2cfd193c25d7eef50483c56d26cbeffa028cbaf906f3d5e
sha256sums = bf664e5aa4d1c8e4f09eb6f0e02dac5805432118bbcf06ec078943910ee3de22
pkgname = icingaweb2
diff --git a/PKGBUILD b/PKGBUILD
index 88c5fcf7b82e..79f1904ace33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Malte Rabenseifner <mail@malte-rabenseifner.de>
pkgname=icingaweb2
-pkgver=2.10.0
+pkgver=2.10.1
pkgrel=1
pkgdesc="Icinga Web 2 Interface"
license=('GPL')
@@ -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=('c5f4ec937ef790f3f508ab911ad6c770ffd331cab7c627d66d49ba8a0038a762'
+sha256sums=('96eea821a02b9fe5b2cfd193c25d7eef50483c56d26cbeffa028cbaf906f3d5e'
'bf664e5aa4d1c8e4f09eb6f0e02dac5805432118bbcf06ec078943910ee3de22')
prepare() {