diff options
author | Philip Lacroix <philnx@posteo.de> | 2014-03-31 12:03:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-07 14:43:36 +0700 |
commit | d5815e59caa3350820a6220a8dc46e62ec8520e2 (patch) | |
tree | 60f926ec728858925503dd0ee0b694f3a3969f0c /system | |
parent | f714a15f4b84df6eda6e1dd0dc933342d5181d1d (diff) | |
download | slackbuilds-d5815e59caa3350820a6220a8dc46e62ec8520e2.tar.gz |
system/glances: Updated for version 1.7.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/glances/glances.SlackBuild | 2 | ||||
-rw-r--r-- | system/glances/glances.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/glances/glances.SlackBuild b/system/glances/glances.SlackBuild index 72163effbe..d3ec65ffc6 100644 --- a/system/glances/glances.SlackBuild +++ b/system/glances/glances.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=glances -VERSION=${VERSION:-1.7.4} +VERSION=${VERSION:-1.7.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/glances/glances.info b/system/glances/glances.info index 0f5eb44f60..6598fd97bc 100644 --- a/system/glances/glances.info +++ b/system/glances/glances.info @@ -1,8 +1,8 @@ PRGNAM="glances" -VERSION="1.7.4" +VERSION="1.7.6" HOMEPAGE="https://github.com/nicolargo/glances" -DOWNLOAD="https://github.com/nicolargo/glances/archive/v1.7.4.tar.gz" -MD5SUM="2062e70326f4c2eb9595c53c59d55047" +DOWNLOAD="https://github.com/nicolargo/glances/archive/v1.7.6.tar.gz" +MD5SUM="b81b543557e52ca31c2613faf71132bd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="psutil pysetuptools" |