summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 478499572ea5..cd29a9e4de29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Aug 8 04:01:53 UTC 2019
pkgbase = nagios
pkgdesc = Nagios is an open source host, service and network monitoring program.
- pkgver = 4.4.4
+ pkgver = 4.5.1
pkgrel = 1
url = http://www.nagios.org
install = nagios.install
@@ -21,12 +19,11 @@ pkgbase = nagios
optdepends = php
optdepends = php-fpm
optdepends = fcgiwrap
- source = http://downloads.sourceforge.net/nagios/nagios-4.4.4.tar.gz
+ source = https://github.com/NagiosEnterprises/nagioscore/releases/download/nagios-4.5.1/nagios-4.5.1.tar.gz
source = nagios.install
- md5sums = 587dc77c157eb6d9161611806558cc63
+ md5sums = b70194c5b2a8d4433b849af5d8b2d33e
md5sums = e11fa7de430ed858269f82e179fc87ca
- sha1sums = acef32fd7dc9783e8455f6b30f7d92fc44502571
+ sha1sums = 3bff41e56c463be687947ec4a27608f7e527282a
sha1sums = 04008cee208226e60b099550bd9ec7dc78cb1457
pkgname = nagios
-
diff --git a/PKGBUILD b/PKGBUILD
index 0644d2a25522..eff8e8061d1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Idares <idares at seznam dot cz>
pkgname=nagios
-pkgver=4.4.4
+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=('587dc77c157eb6d9161611806558cc63'
+md5sums=('b70194c5b2a8d4433b849af5d8b2d33e'
'e11fa7de430ed858269f82e179fc87ca')
-sha1sums=('acef32fd7dc9783e8455f6b30f7d92fc44502571'
+sha1sums=('3bff41e56c463be687947ec4a27608f7e527282a'
'04008cee208226e60b099550bd9ec7dc78cb1457')