Update to 3.13.0-1
This commit is contained in:
parent
534cc78c81
commit
b0bdeb2961
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,8 +1,8 @@
|
|||
pkgbase = monitorix
|
||||
pkgdesc = A lightweight system monitoring tool that uses rrd databases.
|
||||
pkgver = 3.12.0
|
||||
pkgver = 3.13.0
|
||||
pkgrel = 1
|
||||
url = http://www.monitorix.org
|
||||
url = https://www.monitorix.org
|
||||
install = readme.install
|
||||
arch = any
|
||||
license = GPLv2
|
||||
|
@ -28,8 +28,8 @@ pkgbase = monitorix
|
|||
conflicts = monitorix-git
|
||||
backup = etc/monitorix/monitorix.conf
|
||||
backup = etc/monitorix.conf
|
||||
source = http://www.monitorix.org/monitorix-3.12.0.tar.gz
|
||||
sha256sums = 00251cd51748848ee05d8c16b1f4f1f0818309a191ad40a0f711ec13e22a3404
|
||||
source = http://www.monitorix.org/monitorix-3.13.0.tar.gz
|
||||
sha256sums = 31d9ccc3bc2677130f7f5e9d4a2fa823b9d8412db8adfc5cae48c3e7c5bfbaa6
|
||||
|
||||
pkgname = monitorix
|
||||
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,11 +1,11 @@
|
|||
# Contributor: graysky <graysky AT archlinux dot us>
|
||||
|
||||
pkgname=monitorix
|
||||
pkgver=3.12.0
|
||||
pkgver=3.13.0
|
||||
pkgrel=1
|
||||
pkgdesc='A lightweight system monitoring tool that uses rrd databases.'
|
||||
arch=('any')
|
||||
url='http://www.monitorix.org'
|
||||
url='https://www.monitorix.org'
|
||||
license=('GPLv2')
|
||||
depends=('perl' 'perl-cgi' 'perl-mailtools' 'perl-mime-lite' 'perl-libwww'
|
||||
'perl-dbi' 'perl-xml-simple' 'perl-config-simple' 'perl-config-general'
|
||||
|
@ -23,7 +23,7 @@ conflicts=("$pkgname-git")
|
|||
backup=("etc/$pkgname/$pkgname.conf" "etc/$pkgname.conf")
|
||||
install=readme.install
|
||||
source=("http://www.$pkgname.org/$pkgname-$pkgver.tar.gz")
|
||||
sha256sums=('00251cd51748848ee05d8c16b1f4f1f0818309a191ad40a0f711ec13e22a3404')
|
||||
sha256sums=('31d9ccc3bc2677130f7f5e9d4a2fa823b9d8412db8adfc5cae48c3e7c5bfbaa6')
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue