diff options
author | Philip Lacroix <philnx@posteo.de> | 2014-09-21 09:41:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-22 08:23:46 +0700 |
commit | 515f6d264af0b3b85426c074bab2ffc0e4d8d555 (patch) | |
tree | ee21df415841acc6354d53ffe00b2dc0a65f98cf /system/glances | |
parent | 23cd68c251ae891e56cab56de86545d5608f4eb3 (diff) |
system/glances: Updated for version 1.7.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/glances')
-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 d3ec65ffc6cf..c8ed89e5f9bf 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.6} +VERSION=${VERSION:-1.7.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/glances/glances.info b/system/glances/glances.info index 6598fd97bc6d..bfe3cc950123 100644 --- a/system/glances/glances.info +++ b/system/glances/glances.info @@ -1,8 +1,8 @@ PRGNAM="glances" -VERSION="1.7.6" +VERSION="1.7.7" HOMEPAGE="https://github.com/nicolargo/glances" -DOWNLOAD="https://github.com/nicolargo/glances/archive/v1.7.6.tar.gz" -MD5SUM="b81b543557e52ca31c2613faf71132bd" +DOWNLOAD="https://github.com/nicolargo/glances/archive/v1.7.7.tar.gz" +MD5SUM="f8debb75cbee610b6c2323961c994fd5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="psutil pysetuptools" |