summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c2ce9d5bf25..a9501756b241 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = check-nwc-health
pkgdesc = Monitoring check for various network equipment
- pkgver = 11.0.1.1
- pkgrel = 2
+ pkgver = 11.2.4
+ pkgrel = 1
url = https://labs.consol.de/nagios/check_nwc_health/
arch = any
license = GPL
@@ -13,7 +13,7 @@ pkgbase = check-nwc-health
optdepends = perl-soap-lite: checks based on UPnP
optdepends = perl-xml-libxml: checks based on UPnP
optdepends = perl-xml-treebuilder: FritzBox checks
- source = https://labs.consol.de/assets/downloads/nagios/check_nwc_health-11.0.1.1.tar.gz
- sha256sums = b6a3d681095bee90a677578d6326fcb6f09a88997da734efd9d35e40f1900a04
+ source = https://labs.consol.de/assets/downloads/nagios/check_nwc_health-11.2.4.tar.gz
+ sha256sums = 7d229bf18f75fb98c99cbf4e041f3fa848ba8a61cecda31fb5bb2f49feb1c61e
pkgname = check-nwc-health
diff --git a/PKGBUILD b/PKGBUILD
index fd4fb6417890..7fd0a536eda1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Julian Brost <julian@0x4a42.net>
pkgname=check-nwc-health
-pkgver=11.0.1.1
-pkgrel=2
+pkgver=11.2.4
+pkgrel=1
pkgdesc="Monitoring check for various network equipment"
arch=('any')
url='https://labs.consol.de/nagios/check_nwc_health/'
@@ -14,7 +14,7 @@ optdepends=('perl-net-snmp: checks based on SNMP'
'perl-xml-libxml: checks based on UPnP'
'perl-xml-treebuilder: FritzBox checks')
source=("https://labs.consol.de/assets/downloads/nagios/check_nwc_health-$pkgver.tar.gz")
-sha256sums=('b6a3d681095bee90a677578d6326fcb6f09a88997da734efd9d35e40f1900a04')
+sha256sums=('7d229bf18f75fb98c99cbf4e041f3fa848ba8a61cecda31fb5bb2f49feb1c61e')
build() {
cd "check_nwc_health-$pkgver"