summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2019-11-03 17:00:52 +0100
committerJulian Brost2019-11-03 17:00:52 +0100
commitbdcb7b0a2d305f3149acd081d19b940c7ef183b7 (patch)
tree137c73896050e83ae6056bf5ba0a214417f89cfd
parent90393aa7410f9b7644f2dda245284fb85eeab943 (diff)
downloadaur-bdcb7b0a2d305f3149acd081d19b940c7ef183b7.tar.gz
new version 2.11.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--icinga2.changelog3
3 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f4671a7ebd9..39f739bbd515 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = icinga2
pkgdesc = An open source host, service and network monitoring program
- pkgver = 2.11.0
- pkgrel = 2
+ pkgver = 2.11.2
+ pkgrel = 1
url = http://www.icinga.org
install = icinga2.install
changelog = icinga2.changelog
@@ -47,10 +47,10 @@ pkgbase = icinga2
backup = etc/icinga2/scripts/mail-service-notification.sh
backup = etc/icinga2/zones.conf
backup = etc/logrotate.d/icinga2
- source = https://github.com/Icinga/icinga2/archive/v2.11.0.tar.gz
+ source = https://github.com/Icinga/icinga2/archive/v2.11.2.tar.gz
source = icinga2.tmpfiles
source = icinga2.sysusers
- sha256sums = f1702a598aed458cce44668526db8d655a68f270e408f10b859eaac175ccdb51
+ sha256sums = b9da300ce6914fe2d25652dc87f5c22aa036b33f4e3e24e1ffe1d746d192a812
sha256sums = 1302b333f49ead14f8808a379535971501d3a0c1ba02a7bf7b4406b7d27c754c
sha256sums = 2f946a33ea50a3c4400a81acd778e6411ffe5e2257a98004288b84a64f382810
diff --git a/PKGBUILD b/PKGBUILD
index 8411428b4378..9e05d8143509 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: bebehei <bebe@bebehei.de>
pkgname='icinga2'
-pkgver=2.11.0
-pkgrel=2
+pkgver=2.11.2
+pkgrel=1
pkgdesc="An open source host, service and network monitoring program"
license=('GPL')
arch=('i686' 'x86_64')
@@ -45,7 +45,7 @@ changelog="icinga2.changelog"
source=("https://github.com/Icinga/$pkgname/archive/v$pkgver.tar.gz"
"$pkgname.tmpfiles"
"$pkgname.sysusers")
-sha256sums=('f1702a598aed458cce44668526db8d655a68f270e408f10b859eaac175ccdb51'
+sha256sums=('b9da300ce6914fe2d25652dc87f5c22aa036b33f4e3e24e1ffe1d746d192a812'
'1302b333f49ead14f8808a379535971501d3a0c1ba02a7bf7b4406b7d27c754c'
'2f946a33ea50a3c4400a81acd778e6411ffe5e2257a98004288b84a64f382810')
diff --git a/icinga2.changelog b/icinga2.changelog
index ee3a1265c7e5..5a24c71c5177 100644
--- a/icinga2.changelog
+++ b/icinga2.changelog
@@ -1,3 +1,6 @@
+2.11.2-1
+ - New upstream version 2.11.2
+
2.11.0-2
- Manually specify boost paths to fix building with boost 1.71.0 and recent
cmake versions