system/glances: Updated for version 1.7.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Philip Lacroix 2014-03-31 12:03:23 +07:00 committed by Willy Sudiarto Raharjo
parent f714a15f4b
commit d5815e59ca
2 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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"