Update to 3.10.0-1
This commit is contained in:
parent
511ddba5bc
commit
5028f90404
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,8 +1,8 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Fri Oct 14 18:26:47 UTC 2016
|
# Mon Sep 25 18:50:38 UTC 2017
|
||||||
pkgbase = monitorix
|
pkgbase = monitorix
|
||||||
pkgdesc = A lightweight system monitoring tool that uses rrd databases.
|
pkgdesc = A lightweight system monitoring tool that uses rrd databases.
|
||||||
pkgver = 3.9.0
|
pkgver = 3.10.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://www.monitorix.org
|
url = http://www.monitorix.org
|
||||||
install = readme.install
|
install = readme.install
|
||||||
|
@ -30,8 +30,8 @@ pkgbase = monitorix
|
||||||
conflicts = monitorix-git
|
conflicts = monitorix-git
|
||||||
backup = etc/monitorix/monitorix.conf
|
backup = etc/monitorix/monitorix.conf
|
||||||
backup = etc/monitorix.conf
|
backup = etc/monitorix.conf
|
||||||
source = http://www.monitorix.org/monitorix-3.9.0.tar.gz
|
source = http://www.monitorix.org/monitorix-3.10.0.tar.gz
|
||||||
sha256sums = d4827718217a16a92f5ead4a22e4388fb557193c48f46892e4afe9708c79ef16
|
sha256sums = 7306175286115c53a4f0e04250fb828679504e8b82c037b45053dc06e22a9e15
|
||||||
|
|
||||||
pkgname = monitorix
|
pkgname = monitorix
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Contributor: graysky <graysky AT archlinux dot us>
|
# Contributor: graysky <graysky AT archlinux dot us>
|
||||||
|
|
||||||
pkgname=monitorix
|
pkgname=monitorix
|
||||||
pkgver=3.9.0
|
pkgver=3.10.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A lightweight system monitoring tool that uses rrd databases.'
|
pkgdesc='A lightweight system monitoring tool that uses rrd databases.'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -23,7 +23,7 @@ conflicts=("$pkgname-git")
|
||||||
backup=("etc/$pkgname/$pkgname.conf" "etc/$pkgname.conf")
|
backup=("etc/$pkgname/$pkgname.conf" "etc/$pkgname.conf")
|
||||||
install=readme.install
|
install=readme.install
|
||||||
source=("http://www.$pkgname.org/$pkgname-$pkgver.tar.gz")
|
source=("http://www.$pkgname.org/$pkgname-$pkgver.tar.gz")
|
||||||
sha256sums=('d4827718217a16a92f5ead4a22e4388fb557193c48f46892e4afe9708c79ef16')
|
sha256sums=('7306175286115c53a4f0e04250fb828679504e8b82c037b45053dc06e22a9e15')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue