summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann2023-11-09 07:11:04 +0100
committerAndreas Baumann2023-11-09 07:11:04 +0100
commit439a2622ed557a4ab42558a5903c8ea35d8dbcce (patch)
tree3a108d7627b3c4adc95ce7846f2f922b73303b9d
parent7f75606fae794cac611ef470bf023c02bf2c50eb (diff)
downloadaur-thruk.tar.gz
updated to 3.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9453a6b8f4a4..92acaf407e79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thruk
pkgdesc = Multibackend monitoring webinterface for Naemon, Nagios, Icinga and Shinken
- pkgver = 3.08.3
- pkgrel = 2
+ pkgver = 3.10
+ pkgrel = 1
url = http://thruk.org
install = thruk.install
arch = any
@@ -35,7 +35,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.08.3/src/thruk-3.08.3.tar.gz
- md5sums = 71fe1ccd1ac1e32e2375339b57bfe7c4
+ source = http://download.thruk.org/pkg/v3.10/src/thruk-3.10.tar.gz
+ md5sums = b40534681bc735b85ce1474045b370e3
pkgname = thruk
diff --git a/PKGBUILD b/PKGBUILD
index 79656b7b9dff..1a59f3fbb082 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Andreas Baumann <mail at andreasbaumann dot cc>
pkgname=thruk
-pkgver=3.08.3
-pkgrel=2
+pkgver=3.10
+pkgrel=1
pkgdesc="Multibackend monitoring webinterface for Naemon, Nagios, Icinga and Shinken"
arch=('any')
url="http://thruk.org"
@@ -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=('71fe1ccd1ac1e32e2375339b57bfe7c4')
+md5sums=('b40534681bc735b85ce1474045b370e3')
install="thruk.install"
build() {