summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD32
2 files changed, 23 insertions, 31 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cc0e75b168e..285efc2810d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Sun Feb 21 21:33:41 UTC 2016
pkgbase = check_mk
- pkgdesc = A new general purpose Nagios-plugin for retrieving data.
- pkgver = 1.2.2p2
+ pkgdesc = A comprehensive IT monitoring solution in the tradition of Nagios
+ pkgver = 1.2.6p16
pkgrel = 1
- url = http://mathias-kettner.de/check_mk.html
+ url = http://mathias-kettner.com/check_mk.html
install = check_mk.install
arch = any
license = GPL2
@@ -12,18 +14,8 @@ pkgbase = check_mk
depends = xinetd
depends = mod_python
depends = apache
- source = http://mathias-kettner.de/download/check_mk-1.2.2p2.tar.gz
- source = files_shebang.txt
- source = check_mk_templates.cfg.patch
- source = index.py.patch
- source = mkp.patch
- source = check_mk.patch
- sha256sums = 3ef638c0de39b015e02e7d60c0d612c0fcf516a7e4766ab836dc205d7330b15f
- sha256sums = 4eb6e74e1e0bda172e6e11de5087ed29409f2cc38292e32de131c6c3fd687411
- sha256sums = f0bb81a195347ab0d46c8b34921021200f67f490fbe4be538e5d0c99b21e1400
- sha256sums = 7488ab4d5d5e0686f477a14456585015a9d2c9cdb3cdeea383507b70db8a060a
- sha256sums = f68f4593e15010004b3abf1c8fd92638efd34c92e0a93e7810b3a972ce0bfee7
- sha256sums = e577f3549b5f3a39e974aa9ab979c67722f8ef0a8bbb434cf6b1b5ca165fe473
+ source = https://mathias-kettner.de/support/1.2.6p16/check_mk-1.2.6p16.cre.tar.gz
+ sha256sums = 102461b4ebba1ffa5620f9f2d21328a78183a537cf7bcb91e3e6c6db63bbadf7
pkgname = check_mk
diff --git a/PKGBUILD b/PKGBUILD
index c2d67465b55e..5a500bcaa9c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,31 +1,31 @@
-# Maintainer: Robert Knauer <robert@privatdemail.net>
+# Maintainer: Tom Moore <t.moore01@gmail.com>
_rtfm=n # you want documentation? (y / n)
_other_agents=n # you want agents for other operating systems? (y / n)
pkgname=check_mk
-pkgver=1.2.2p2
+pkgver=1.2.6p16
pkgrel=1
-pkgdesc="A new general purpose Nagios-plugin for retrieving data."
+pkgdesc="A comprehensive IT monitoring solution in the tradition of Nagios"
license=('GPL2')
arch=('any')
-url="http://mathias-kettner.de/check_mk.html"
+url="http://mathias-kettner.com/check_mk.html"
depends=('python2' 'nagios' 'nagios-plugins' 'xinetd' 'mod_python' 'apache')
source=(
- "http://mathias-kettner.de/download/${pkgname}-${pkgver}.tar.gz"
- 'files_shebang.txt'
- 'check_mk_templates.cfg.patch'
- 'index.py.patch'
- 'mkp.patch'
- 'check_mk.patch'
+ "https://mathias-kettner.de/support/${pkgver}/${pkgname}-${pkgver}.cre.tar.gz"
+ #'files_shebang.txt'
+ #'check_mk_templates.cfg.patch'
+ #'index.py.patch'
+ #'mkp.patch'
+ #'check_mk.patch'
)
sha256sums=(
- '3ef638c0de39b015e02e7d60c0d612c0fcf516a7e4766ab836dc205d7330b15f'
- '4eb6e74e1e0bda172e6e11de5087ed29409f2cc38292e32de131c6c3fd687411'
- 'f0bb81a195347ab0d46c8b34921021200f67f490fbe4be538e5d0c99b21e1400'
- '7488ab4d5d5e0686f477a14456585015a9d2c9cdb3cdeea383507b70db8a060a'
- 'f68f4593e15010004b3abf1c8fd92638efd34c92e0a93e7810b3a972ce0bfee7'
- 'e577f3549b5f3a39e974aa9ab979c67722f8ef0a8bbb434cf6b1b5ca165fe473'
+ '102461b4ebba1ffa5620f9f2d21328a78183a537cf7bcb91e3e6c6db63bbadf7'
+# '4eb6e74e1e0bda172e6e11de5087ed29409f2cc38292e32de131c6c3fd687411'
+# 'f0bb81a195347ab0d46c8b34921021200f67f490fbe4be538e5d0c99b21e1400'
+# '7488ab4d5d5e0686f477a14456585015a9d2c9cdb3cdeea383507b70db8a060a'
+# 'f68f4593e15010004b3abf1c8fd92638efd34c92e0a93e7810b3a972ce0bfee7'
+# 'e577f3549b5f3a39e974aa9ab979c67722f8ef0a8bbb434cf6b1b5ca165fe473'
)
install="${pkgname}.install"