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 dd536a806f9b..97586fe29d0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thruk
pkgdesc = Multibackend monitoring webinterface for Naemon, Nagios, Icinga and Shinken
- pkgver = 2.48
+ pkgver = 2.48.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/v2.48/src/thruk-2.48.tar.gz
- md5sums = e2ca3505042a18a6a6b2f7a33b096af3
+ source = http://download.thruk.org/pkg/v2.48.2/src/thruk-2.48.2.tar.gz
+ md5sums = ffc1a662d28d0d86840b46c6b2abbf16
pkgname = thruk
diff --git a/PKGBUILD b/PKGBUILD
index de6b14ad3de6..427f9d30f5bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Andreas Baumann <mail at andreasbaumann dot cc>
pkgname=thruk
-pkgver=2.48
+pkgver=2.48.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=('e2ca3505042a18a6a6b2f7a33b096af3')
+md5sums=('ffc1a662d28d0d86840b46c6b2abbf16')
build() {
cd $pkgname-$pkgver