summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2021-01-27 15:14:22 -0500
committergraysky2021-01-27 15:14:22 -0500
commitdce52b500fa14b2e916e14bf3da443cb33626969 (patch)
tree605a8633170088209a0141c4142d19e45fca1dc4
parentb0bdeb29617e0b427e2d5e1355bc8fcae968474c (diff)
downloadaur-dce52b500fa14b2e916e14bf3da443cb33626969.tar.gz
Update to 3.13.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b112d3ceb74..ecf626f2d4ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = monitorix
pkgdesc = A lightweight system monitoring tool that uses rrd databases.
- pkgver = 3.13.0
+ pkgver = 3.13.1
pkgrel = 1
url = https://www.monitorix.org
install = readme.install
@@ -28,8 +28,8 @@ pkgbase = monitorix
conflicts = monitorix-git
backup = etc/monitorix/monitorix.conf
backup = etc/monitorix.conf
- source = http://www.monitorix.org/monitorix-3.13.0.tar.gz
- sha256sums = 31d9ccc3bc2677130f7f5e9d4a2fa823b9d8412db8adfc5cae48c3e7c5bfbaa6
+ source = http://www.monitorix.org/monitorix-3.13.1.tar.gz
+ sha256sums = ea2e579978e7c1e1ac924fc0f5477c488e5b8bb8a2f2ce5b2657fcb84d29d949
pkgname = monitorix
diff --git a/PKGBUILD b/PKGBUILD
index 592a205e93ef..2b95190d2cb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: graysky <graysky AT archlinux dot us>
pkgname=monitorix
-pkgver=3.13.0
+pkgver=3.13.1
pkgrel=1
pkgdesc='A lightweight system monitoring tool that uses rrd databases.'
arch=('any')
@@ -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=('31d9ccc3bc2677130f7f5e9d4a2fa823b9d8412db8adfc5cae48c3e7c5bfbaa6')
+sha256sums=('ea2e579978e7c1e1ac924fc0f5477c488e5b8bb8a2f2ce5b2657fcb84d29d949')
prepare() {
cd "$pkgname-$pkgver"