Update to 3.13.1-1
This commit is contained in:
parent
b0bdeb2961
commit
dce52b500f
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
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.13.0
|
pkgver = 3.13.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.monitorix.org
|
url = https://www.monitorix.org
|
||||||
install = readme.install
|
install = readme.install
|
||||||
|
@ -28,8 +28,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.13.0.tar.gz
|
source = http://www.monitorix.org/monitorix-3.13.1.tar.gz
|
||||||
sha256sums = 31d9ccc3bc2677130f7f5e9d4a2fa823b9d8412db8adfc5cae48c3e7c5bfbaa6
|
sha256sums = ea2e579978e7c1e1ac924fc0f5477c488e5b8bb8a2f2ce5b2657fcb84d29d949
|
||||||
|
|
||||||
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.13.0
|
pkgver=3.13.1
|
||||||
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=('31d9ccc3bc2677130f7f5e9d4a2fa823b9d8412db8adfc5cae48c3e7c5bfbaa6')
|
sha256sums=('ea2e579978e7c1e1ac924fc0f5477c488e5b8bb8a2f2ce5b2657fcb84d29d949')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue