summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalte Rabenseifner2016-04-17 00:07:03 +0200
committerMalte Rabenseifner2016-04-17 00:07:03 +0200
commit3e5f7e192160ea2b572565c5544347598c03a61a (patch)
tree5e4d80c7d8f36515683ce047ec266d514f62873b
parentb2cde583afa268e3ace744c5f8d67ccec5e5c559 (diff)
downloadaur-3e5f7e192160ea2b572565c5544347598c03a61a.tar.gz
Update Icinga to 2.4.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 573918b5fe09..8469bf931069 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 2 15:25:48 UTC 2016
+# Sat Apr 16 21:58:00 UTC 2016
pkgbase = icinga2
pkgdesc = An open source host, service and network monitoring program
- pkgver = 2.4.3
+ pkgver = 2.4.4
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.3.tar.gz
- sha256sums = 63dd01134274a794d5a5b00c421214260946335d6579f4ae405be558c58bcaa6
+ source = https://github.com/Icinga/icinga2/archive/v2.4.4.tar.gz
+ sha256sums = ce19ed52c447929f5f9dae11b75d080b76b7aa680ee930c59db4202a2218d6b5
pkgname = icinga2
diff --git a/PKGBUILD b/PKGBUILD
index a2c7164f3676..ed5f18fd84a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: bebehei <bebe@bebehei.de>
pkgname=icinga2
-pkgver=2.4.3
+pkgver=2.4.4
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=('63dd01134274a794d5a5b00c421214260946335d6579f4ae405be558c58bcaa6')
+sha256sums=('ce19ed52c447929f5f9dae11b75d080b76b7aa680ee930c59db4202a2218d6b5')
build() {
mkdir -p "$srcdir/$pkgname-$pkgver/build"