summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b1f34412e91..eff8e8061d1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Idares <idares at seznam dot cz>
pkgname=nagios
-pkgver=4.4.2
+pkgver=4.5.1
pkgrel=1
pkgdesc="Nagios is an open source host, service and network monitoring program."
license=('GPL')
@@ -11,7 +11,7 @@ depends=('gd' 'freetype2' 'libtool' 'glib2')
makedepends=('unzip')
optdepends=('monitoring-plugins: a bundle of standard plugins'
'apache' 'php-apache' 'nginx' 'php' 'php-fpm' 'fcgiwrap')
-source=("http://downloads.sourceforge.net/nagios/$pkgname-$pkgver.tar.gz"
+source=("https://github.com/NagiosEnterprises/nagioscore/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz"
"nagios.install")
install='nagios.install'
@@ -61,7 +61,7 @@ package() {
install -D -m 644 startup/default-service $pkgdir/usr/lib/systemd/system/nagios.service
mkdir $pkgdir/var/nagios/rw
- chown $_nagios_user.$_nagios_group $pkgdir/var/nagios/rw
+ chown $_nagios_user:$_nagios_group $pkgdir/var/nagios/rw
chmod 755 $pkgdir/var/nagios/rw
chmod 755 $pkgdir/usr/bin
@@ -71,8 +71,8 @@ package() {
}
-md5sums=('7a9736281d4e2ebe4f4569a782f733c5'
+md5sums=('b70194c5b2a8d4433b849af5d8b2d33e'
'e11fa7de430ed858269f82e179fc87ca')
-sha1sums=('e37c68b220a6947e8f0c753a5062cb96d3468c24'
+sha1sums=('3bff41e56c463be687947ec4a27608f7e527282a'
'04008cee208226e60b099550bd9ec7dc78cb1457')