summaryrefslogtreecommitdiffstats
path: root/package/dstat
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-05-26 01:12:06 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-26 14:57:19 +0200
commit49867a4325d2c59a86e647c8461dad316f539b21 (patch)
tree5d5352c5c75a30a64eb7593cf09861dca86e5dd7 /package/dstat
parent89df48e46171da7e13386023e193ad7f547b2ca8 (diff)
downloadbuildroot-49867a4325d2c59a86e647c8461dad316f539b21.tar.gz
buildroot-49867a4325d2c59a86e647c8461dad316f539b21.zip
package/dstat: bump version to 0.7.3
Upstream moved tarballs to github according to http://dag.wiee.rs/home-made/dstat/ "or grab the latest 0.7.3 tarball at: https://github.com/dagwieers/dstat/archive/0.7.3.tar.gz" Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/dstat')
-rw-r--r--package/dstat/dstat.hash2
-rw-r--r--package/dstat/dstat.mk5
2 files changed, 3 insertions, 4 deletions
diff --git a/package/dstat/dstat.hash b/package/dstat/dstat.hash
index f701561747..a4dbcc9819 100644
--- a/package/dstat/dstat.hash
+++ b/package/dstat/dstat.hash
@@ -1,2 +1,2 @@
# Locally computed:
-sha256 34a986d9d7c028bd9dcb6b2ef1c740f7220de5c9cf976870a2b62aca23b33bae dstat-0.7.2.tar.bz2
+sha256 46e63821857b69fbc60cb2c7d893ccdd6f31cd9ef24b8bb0b68951e1c7374898 dstat-0.7.3.tar.gz
diff --git a/package/dstat/dstat.mk b/package/dstat/dstat.mk
index b535328972..9c4b44576b 100644
--- a/package/dstat/dstat.mk
+++ b/package/dstat/dstat.mk
@@ -4,9 +4,8 @@
#
################################################################################
-DSTAT_VERSION = 0.7.2
-DSTAT_SOURCE = dstat-$(DSTAT_VERSION).tar.bz2
-DSTAT_SITE = http://dag.wieers.com/home-made/dstat
+DSTAT_VERSION = 0.7.3
+DSTAT_SITE = $(call github,dagwieers,dstat,$(DSTAT_VERSION))
DSTAT_LICENSE = GPL-2.0
DSTAT_LICENSE_FILES = COPYING
OpenPOWER on IntegriCloud