Update to 3.11.0-1
This commit is contained in:
parent
2b590c5e6f
commit
7d8afbc56c
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
|
||||||
# Thu Mar 15 20:02:44 UTC 2018
|
# Thu Mar 14 17:24:35 UTC 2019
|
||||||
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.10.1
|
pkgver = 3.11.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.10.1.tar.gz
|
source = http://www.monitorix.org/monitorix-3.11.0.tar.gz
|
||||||
sha256sums = b2443292b1fdcb5343761f41a2f62d4692e6baaa0134a86a99673bff935016a5
|
sha256sums = 18dc1d49e5fe501ce1eda36011085e80b7630ba31d16c5def9ee1a765f4aefa6
|
||||||
|
|
||||||
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.10.1
|
pkgver=3.11.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=('b2443292b1fdcb5343761f41a2f62d4692e6baaa0134a86a99673bff935016a5')
|
sha256sums=('18dc1d49e5fe501ce1eda36011085e80b7630ba31d16c5def9ee1a765f4aefa6')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue