From f8c456cf9a744618ebad0315454a60e6d230a8ee Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Mon, 25 Sep 2017 10:35:34 +0000 Subject: community/icinga2: upgrade to 2.7.1 --- community/icinga2/APKBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/community/icinga2/APKBUILD b/community/icinga2/APKBUILD index 6fd60d5add..c2fa4d0cab 100644 --- a/community/icinga2/APKBUILD +++ b/community/icinga2/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=icinga2 -pkgver=2.7.0 -pkgrel=1 +pkgver=2.7.1 +pkgrel=0 pkgdesc="An open source host, service and network monitoring program" url="http://www.icinga.org" arch="all !armhf" @@ -19,11 +19,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/Icinga/$pkgname/archive/v$pk builddir="$srcdir/$pkgname-$pkgver" -check() { - cd "$builddir" - make test -} - prepare() { cd "$builddir" rm -r third-party/yajl @@ -31,6 +26,11 @@ prepare() { default_prepare } +check() { + cd "$builddir" + make test +} + build() { cd "$builddir"/build cmake "$srcdir/$pkgname-$pkgver" \ @@ -119,5 +119,5 @@ vim() { cp -r "$builddir"/tools/syntax/vim "$subpkgdir"/usr/share/vim/vimfiles } -sha512sums="470dd4ffa4ef608a018ede5c25b41f16213bf18c679eed8aaeed155fe6adc74a70abcc2e8be42ca20bf60f9b4b620c971ebbc96d608de2a90e480d72b93111bb icinga2-2.7.0.tar.gz +sha512sums="8233c33b7191706569a236d583fff689b35eba750fca01a06cfd14ef636b01314b6b142d78777987bd08a9df1cc53f42652fd1c900532b73f0a0363aa220c6cd icinga2-2.7.1.tar.gz f368ea15be7054503924696129fe6b413f9a5cb5344af89f9a0f84df98ac7ef8ab135de60845deced55a982b6b037ce1a00b437189c78fcab981d1e3babec2d5 icinga2.initd" -- cgit v1.2.3