summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMalte Rabenseifner2016-04-21 09:07:29 +0200
committerMalte Rabenseifner2016-04-21 09:07:29 +0200
commit39f6563234190aa012245b24380cbc957e3a2a99 (patch)
tree34a2cb23ca1406b6871ce557fd2a60108668fa45 /PKGBUILD
parent3e5f7e192160ea2b572565c5544347598c03a61a (diff)
downloadaur-39f6563234190aa012245b24380cbc957e3a2a99.tar.gz
Update Icinga to 2.4.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed5f18fd84a6..8efe77032ba6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: bebehei <bebe@bebehei.de>
pkgname=icinga2
-pkgver=2.4.4
+pkgver=2.4.6
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=('ce19ed52c447929f5f9dae11b75d080b76b7aa680ee930c59db4202a2218d6b5')
+sha256sums=('b99537e1a49b9496c93d2f696ef6c5f47a370ebadbe1cfcea57cc246ddc66fee')
build() {
mkdir -p "$srcdir/$pkgname-$pkgver/build"