summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann2023-06-15 10:38:25 +0200
committerAndreas Baumann2023-06-15 10:38:25 +0200
commit3e0b5b0e3c999402ed6f39f85181eafc58e8da9e (patch)
treec04df7226e209739ec61b80c7c40dd3cf4ba9196
parent230ee342c7902b21f29ef5b4891d0961850491cd (diff)
downloadaur-3e0b5b0e3c999402ed6f39f85181eafc58e8da9e.tar.gz
updated to 3.06.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2758c3559719..fceaf1711a03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thruk
pkgdesc = Multibackend monitoring webinterface for Naemon, Nagios, Icinga and Shinken
- pkgver = 3.06
+ pkgver = 3.06.2
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/src/thruk-3.06.tar.gz
- md5sums = 352cf2ff12b6296de13cc8df9d85af88
+ source = http://download.thruk.org/pkg/v3.06.2/src/thruk-3.06.2.tar.gz
+ md5sums = 72b1ecba74525c55c670c75e105f94b6
pkgname = thruk
diff --git a/PKGBUILD b/PKGBUILD
index 76fc03928cbb..fefadcb72acb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Andreas Baumann <mail at andreasbaumann dot cc>
pkgname=thruk
-pkgver=3.06
+pkgver=3.06.2
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=('352cf2ff12b6296de13cc8df9d85af88')
+md5sums=('72b1ecba74525c55c670c75e105f94b6')
build() {
cd $pkgname-$pkgver