summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalte Rabenseifner2016-04-22 16:22:07 +0200
committerMalte Rabenseifner2016-04-22 16:22:07 +0200
commitf0843886a314ec6873e43bd4ebcd548a6da87805 (patch)
treed475fce175b1f9616666c08eed9615c11843e866
parent39f6563234190aa012245b24380cbc957e3a2a99 (diff)
downloadaur-f0843886a314ec6873e43bd4ebcd548a6da87805.tar.gz
Update Icinga to 2.4.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15523b275907..070f68771c23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 21 06:18:35 UTC 2016
+# Fri Apr 22 14:21:52 UTC 2016
pkgbase = icinga2
pkgdesc = An open source host, service and network monitoring program
- pkgver = 2.4.6
+ pkgver = 2.4.7
pkgrel = 1
url = http://www.icinga.org
install = icinga2.install
@@ -41,8 +41,8 @@ pkgbase = icinga2
backup = etc/icinga2/init.conf
backup = etc/icinga2/zones.conf
backup = etc/logrotate.d/icinga2
- source = https://github.com/Icinga/icinga2/archive/v2.4.6.tar.gz
- sha256sums = b99537e1a49b9496c93d2f696ef6c5f47a370ebadbe1cfcea57cc246ddc66fee
+ source = https://github.com/Icinga/icinga2/archive/v2.4.7.tar.gz
+ sha256sums = db00c3bf1be5b18a477953f39df467039521d4f00826951d5c6de43cef96acd9
pkgname = icinga2
diff --git a/PKGBUILD b/PKGBUILD
index 8efe77032ba6..106638a6d0e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: bebehei <bebe@bebehei.de>
pkgname=icinga2
-pkgver=2.4.6
+pkgver=2.4.7
pkgrel=1
pkgdesc="An open source host, service and network monitoring program"
license=('GPL')
@@ -22,7 +22,7 @@ backup=(etc/default/icinga2
etc/logrotate.d/icinga2)
install='icinga2.install'
source=("https://github.com/Icinga/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('b99537e1a49b9496c93d2f696ef6c5f47a370ebadbe1cfcea57cc246ddc66fee')
+sha256sums=('db00c3bf1be5b18a477953f39df467039521d4f00826951d5c6de43cef96acd9')
build() {
mkdir -p "$srcdir/$pkgname-$pkgver/build"