summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2023-09-25 22:15:09 +0200
committerJulian Brost2023-09-25 22:15:09 +0200
commit5def35096ff4c937d1ab355694aae7d8421590f3 (patch)
tree6f617b3d310a9ec1c181e0dfb2191772bf50ec5e
parent46b2fcb847629dc54d9f1c7079431478279274ae (diff)
downloadaur-5def35096ff4c937d1ab355694aae7d8421590f3.tar.gz
new version 2.12.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f11741bceee..7832b4670007 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = icingaweb2
pkgdesc = Icinga Web 2 Interface
- pkgver = 2.11.4
+ pkgver = 2.12.0
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.4.tar.gz::https://github.com/Icinga/icingaweb2/archive/v2.11.4.tar.gz
- sha256sums = e9944bf57a3bf339fd6bd862ddaf885991b8b45ce8f057986b732bf95b3f114e
+ source = icingaweb2-2.12.0.tar.gz::https://github.com/Icinga/icingaweb2/archive/v2.12.0.tar.gz
+ sha256sums = 4507e7eeec1197cdc41d564c5c9984f8d858b70d90a810652d6530c1ec49ce51
pkgname = icingaweb2
diff --git a/PKGBUILD b/PKGBUILD
index 6c47bb963398..5dc5a9d57c7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Malte Rabenseifner <mail@malte-rabenseifner.de>
pkgname=icingaweb2
-pkgver=2.11.4
+pkgver=2.12.0
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=('e9944bf57a3bf339fd6bd862ddaf885991b8b45ce8f057986b732bf95b3f114e')
+sha256sums=('4507e7eeec1197cdc41d564c5c9984f8d858b70d90a810652d6530c1ec49ce51')
package() {
cd "$srcdir/$pkgname-$pkgver"