summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMalte Rabenseifner2016-09-01 11:11:29 +0200
committerMalte Rabenseifner2016-09-01 11:11:29 +0200
commitaee336db345fbb95d4174c1d9725cb127588a091 (patch)
tree97065dcbc3f5804f63000c106144200dfbfd03b9 /PKGBUILD
parent8f35d5e6b033e1dfbc54e27021b318ae9c8c0906 (diff)
downloadaur-aee336db345fbb95d4174c1d9725cb127588a091.tar.gz
Update Icinga to 2.5.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cde1f7c16777..948d2dc7226f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: bebehei <bebe@bebehei.de>
pkgname=icinga2
-pkgver=2.4.10
-pkgrel=2
+pkgver=2.5.4
+pkgrel=1
pkgdesc="An open source host, service and network monitoring program"
license=('GPL')
arch=('i686' 'x86_64')
@@ -15,14 +15,14 @@ optdepends=('monitoring-plugins: plugins needed for icinga checks'
'postgresql-libs: for PostgreSQL support')
backup=(etc/default/icinga2
etc/icinga2/features-available/{api,checker,command,compatlog}.conf
- etc/icinga2/features-available/{debuglog,gelf,graphite,icingastatus}.conf
+ etc/icinga2/features-available/{debuglog,gelf,graphite}.conf
etc/icinga2/features-available/{ido-mysql,ido-pgsql,livestatus,mainlog}.conf
etc/icinga2/features-available/{notification,perfdata,statusdata,syslog}.conf
etc/icinga2/{constants,icinga2,init,zones}.conf
etc/logrotate.d/icinga2)
install='icinga2.install'
source=("https://github.com/Icinga/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('c2963430503c382cc4d5083b05731c0b965b5ffa960e900c0827b83789f0425e')
+sha256sums=('f22ca17cd9951598ab6a1bc27c1ef82b9f1bb49795f69066ccd4d499faa240fc')
build() {
mkdir -p "$srcdir/$pkgname-$pkgver/build"