upgpkg: monitorix 3.15.0-1
upstream release
This commit is contained in:
parent
353142287f
commit
32816d820a
2 changed files with 5 additions and 5 deletions
|
@ -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.14.0
|
pkgver = 3.15.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.monitorix.org
|
url = https://www.monitorix.org
|
||||||
install = readme.install
|
install = readme.install
|
||||||
|
@ -28,7 +28,7 @@ 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.14.0.tar.gz
|
source = http://www.monitorix.org/monitorix-3.15.0.tar.gz
|
||||||
sha256sums = 2e901d4f5a266f23c5b3788a3da10a03c2bdb6512e1af61306c01a2ed2b61d49
|
sha256sums = 7eb0dea6ab272cf8838cf06d0cfd0325cfda9128d43a4743752f6bc4fafeb5de
|
||||||
|
|
||||||
pkgname = monitorix
|
pkgname = monitorix
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Contributor: graysky <graysky AT archlinux dot us>
|
# Contributor: graysky <graysky AT archlinux dot us>
|
||||||
|
|
||||||
pkgname=monitorix
|
pkgname=monitorix
|
||||||
pkgver=3.14.0
|
pkgver=3.15.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')
|
||||||
|
@ -24,7 +24,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=('2e901d4f5a266f23c5b3788a3da10a03c2bdb6512e1af61306c01a2ed2b61d49')
|
sha256sums=('7eb0dea6ab272cf8838cf06d0cfd0325cfda9128d43a4743752f6bc4fafeb5de')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue