summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-17 18:18:31 +0200
committerGoliathLabs2020-05-17 18:18:31 +0200
commit118b7f1f0767598c1185296f6ea4f0d25b70ecf9 (patch)
tree2b05736772ef656de51e6aeeb14e7e0f32e6d671
parent66bac8e7947c9441bba62a69523f625af60a1507 (diff)
downloadaur-linux-dash.tar.gz
Updated: 2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4e8cee6ebca..b51dc5f3763b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-dash
pkgdesc = A drop-in, low-overhead monitoring web dashboard for a linux machine.
- pkgver = 1.5
+ pkgver = 2.0
pkgrel = 1
url = https://github.com/afaqurk/linux-dash
arch = any
@@ -9,8 +9,8 @@ pkgbase = linux-dash
optdepends = apache: webserver can host linux-dash
optdepends = nginx: webserver can host linux-dash
optdepends = node: linux-dash now works with node.js
- source = https://github.com/afaqurk/linux-dash/archive/1.5.tar.gz
- sha256sums = 0091ff80ebbcfa4802ab55da07fa5bcaa5bdc118ddd924469dc8f177c4865989
+ source = https://github.com/afaqurk/linux-dash/archive/2.0.tar.gz
+ sha256sums = f7342807ecadd22410614336378311a356e04a18569f64935ea67b9bc27ccd56
pkgname = linux-dash
diff --git a/PKGBUILD b/PKGBUILD
index 56d0e4c96e3a..b1db78763bb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
-# Maintainer: Mario Finelli <mario dot finelli at yahoo dot com>
+# Maintainer:
+# Contributor: Felix Golatofski <contact@xdfr.de>
+# Contributor: Mario Finelli <mario dot finelli at yahoo dot com>
pkgname=linux-dash
-pkgver=1.5
+pkgver=2.0
pkgrel=1
pkgdesc="A drop-in, low-overhead monitoring web dashboard for a linux machine."
arch=('any')
@@ -12,7 +14,7 @@ optdepends=('apache: webserver can host linux-dash'
'nginx: webserver can host linux-dash'
'node: linux-dash now works with node.js')
source=(https://github.com/afaqurk/linux-dash/archive/$pkgver.tar.gz)
-sha256sums=('0091ff80ebbcfa4802ab55da07fa5bcaa5bdc118ddd924469dc8f177c4865989')
+sha256sums=('f7342807ecadd22410614336378311a356e04a18569f64935ea67b9bc27ccd56')
package(){
cd "$srcdir/$pkgname-$pkgver"