summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann2023-07-06 09:44:25 +0200
committerAndreas Baumann2023-07-06 09:44:25 +0200
commitaa558129ea864b9f65bef066407271219f009ff0 (patch)
tree1288beade1397f8b1e5e6ddb034e4c1691664030
parent3e0b5b0e3c999402ed6f39f85181eafc58e8da9e (diff)
downloadaur-aa558129ea864b9f65bef066407271219f009ff0.tar.gz
updated to 3.08
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fceaf1711a03..69b1fb7c8899 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thruk
pkgdesc = Multibackend monitoring webinterface for Naemon, Nagios, Icinga and Shinken
- pkgver = 3.06.2
+ pkgver = 3.08
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.06.2/src/thruk-3.06.2.tar.gz
- md5sums = 72b1ecba74525c55c670c75e105f94b6
+ source = http://download.thruk.org/pkg/v3.08/src/thruk-3.08.tar.gz
+ md5sums = 89e5a93bfa505cc195666db850038c6f
pkgname = thruk
diff --git a/PKGBUILD b/PKGBUILD
index fefadcb72acb..0909c8d6976f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Andreas Baumann <mail at andreasbaumann dot cc>
pkgname=thruk
-pkgver=3.06.2
+pkgver=3.08
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=('72b1ecba74525c55c670c75e105f94b6')
+md5sums=('89e5a93bfa505cc195666db850038c6f')
build() {
cd $pkgname-$pkgver