Update to 3.9.0-1
This commit is contained in:
parent
bedf998825
commit
511ddba5bc
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,9 +1,9 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Thu Jun 30 20:52:53 UTC 2016
|
||||
# Fri Oct 14 18:26:47 UTC 2016
|
||||
pkgbase = monitorix
|
||||
pkgdesc = A lightweight system monitoring tool that uses rrd databases.
|
||||
pkgver = 3.8.1
|
||||
pkgrel = 3
|
||||
pkgver = 3.9.0
|
||||
pkgrel = 1
|
||||
url = http://www.monitorix.org
|
||||
install = readme.install
|
||||
arch = any
|
||||
|
@ -30,8 +30,8 @@ pkgbase = monitorix
|
|||
conflicts = monitorix-git
|
||||
backup = etc/monitorix/monitorix.conf
|
||||
backup = etc/monitorix.conf
|
||||
source = http://www.monitorix.org/monitorix-3.8.1.tar.gz
|
||||
sha256sums = d284f9a7296a42fcb8e8f67c7c8400fa5fba95c49016bebc87f0f66fc3094e90
|
||||
source = http://www.monitorix.org/monitorix-3.9.0.tar.gz
|
||||
sha256sums = d4827718217a16a92f5ead4a22e4388fb557193c48f46892e4afe9708c79ef16
|
||||
|
||||
pkgname = monitorix
|
||||
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,8 +1,8 @@
|
|||
# Contributor: graysky <graysky AT archlinux dot us>
|
||||
|
||||
pkgname=monitorix
|
||||
pkgver=3.8.1
|
||||
pkgrel=3
|
||||
pkgver=3.9.0
|
||||
pkgrel=1
|
||||
pkgdesc='A lightweight system monitoring tool that uses rrd databases.'
|
||||
arch=('any')
|
||||
url='http://www.monitorix.org'
|
||||
|
@ -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=('d284f9a7296a42fcb8e8f67c7c8400fa5fba95c49016bebc87f0f66fc3094e90')
|
||||
sha256sums=('d4827718217a16a92f5ead4a22e4388fb557193c48f46892e4afe9708c79ef16')
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue