summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMalte Rabenseifner2016-04-17 00:07:03 +0200
committerMalte Rabenseifner2016-04-17 00:07:03 +0200
commit3e5f7e192160ea2b572565c5544347598c03a61a (patch)
tree5e4d80c7d8f36515683ce047ec266d514f62873b /PKGBUILD
parentb2cde583afa268e3ace744c5f8d67ccec5e5c559 (diff)
downloadaur-3e5f7e192160ea2b572565c5544347598c03a61a.tar.gz
Update Icinga to 2.4.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"