summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a52d45aa442..dd536a806f9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thruk
pkgdesc = Multibackend monitoring webinterface for Naemon, Nagios, Icinga and Shinken
- pkgver = 2.46.3
+ pkgver = 2.48
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/v2.46.3/src/thruk-2.46.3.tar.gz
- md5sums = 34f232c11d93be4b2a1f9574d7e84a61
+ source = http://download.thruk.org/pkg/v2.48/src/thruk-2.48.tar.gz
+ md5sums = e2ca3505042a18a6a6b2f7a33b096af3
pkgname = thruk
diff --git a/PKGBUILD b/PKGBUILD
index b9d64dbfe423..de6b14ad3de6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Andreas Baumann <mail at andreasbaumann dot cc>
pkgname=thruk
-pkgver=2.46.3
+pkgver=2.48
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=('34f232c11d93be4b2a1f9574d7e84a61')
+md5sums=('e2ca3505042a18a6a6b2f7a33b096af3')
build() {
cd $pkgname-$pkgver