summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann2022-12-16 08:42:01 +0100
committerAndreas Baumann2022-12-16 08:42:01 +0100
commit642a67180496cf31f095b6f7e03c8dafd3dd7d4f (patch)
tree1ea4a1d03ea2fb45a7f5ac5a29b6a2f7e7e5efb6
parent6dcaf69ae26f93f1b085794aeb02eb73a33c8dad (diff)
downloadaur-642a67180496cf31f095b6f7e03c8dafd3dd7d4f.tar.gz
updated to 3.02
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b09f5421af5..c4dd4712893d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thruk
pkgdesc = Multibackend monitoring webinterface for Naemon, Nagios, Icinga and Shinken
- pkgver = 3.00
+ pkgver = 3.02
pkgrel = 1
url = http://thruk.org
arch = any
@@ -34,7 +34,7 @@ pkgbase = thruk
backup = etc/httpd/conf/extra/thruk.conf
backup = etc/thruk/thruk_local.conf
backup = etc/logrotate.d/thruk-base
- source = http://download.thruk.org/pkg/v3.00/src/thruk-3.00.tar.gz
- md5sums = 31739cf89b2d4f3a3ecb29be55d3aea1
+ source = http://download.thruk.org/pkg/v3.02/src/thruk-3.02.tar.gz
+ md5sums = ba0cfc546cd63d9803d4a81b3e0e4bee
pkgname = thruk
diff --git a/PKGBUILD b/PKGBUILD
index 199f6b643e7b..28f0a6a6de71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Andreas Baumann <mail at andreasbaumann dot cc>
pkgname=thruk
-pkgver=3.00
+pkgver=3.02
pkgrel=1
pkgdesc="Multibackend monitoring webinterface for Naemon, Nagios, Icinga and Shinken"
arch=('any')
@@ -21,7 +21,7 @@ backup=('etc/thruk/cgi.cfg' 'etc/thruk/htpasswd'
'etc/thruk/naglint.conf' 'etc/httpd/conf/extra/thruk.conf'
'etc/thruk/thruk_local.conf' 'etc/logrotate.d/thruk-base')
source=(http://download.thruk.org/pkg/v$pkgver/src/$pkgname-$pkgver.tar.gz)
-md5sums=('31739cf89b2d4f3a3ecb29be55d3aea1')
+md5sums=('ba0cfc546cd63d9803d4a81b3e0e4bee')
build() {
cd $pkgname-$pkgver