# HG changeset patch # User Hans-G?nter Theisgen # Date 1551797290 -3600 # Node ID 769b0c9e8a708a10f30e8f3e5da7e3b87d19a521 # Parent 913e7292869bb1eff48bd8b0a82331441e4eeadf updated glances (1.5.1 -> 3.1.0) diff -r 913e7292869b -r 769b0c9e8a70 glances/receipt --- a/glances/receipt Tue Mar 05 15:22:01 2019 +0100 +++ b/glances/receipt Tue Mar 05 15:48:10 2019 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="glances" -VERSION="1.5.1" +VERSION="3.1.0" CATEGORY="utilities" SHORT_DESC="A CLI curses based monitoring tool for GNU/Linux and BSD OS." MAINTAINER="paul@slitaz.org" LICENSE="LGPL3" +WEB_SITE="https://nicolargo.github.com/glances/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://nicolargo.github.com/glances/" -WGET_URL="git|git://github.com/nicolargo/glances.git" +WGET_URL="https://github.com/nicolargo/$PACKAGE/archive/v$VERSION.tar.gz" SUGGESTED="python-jinja2" DEPENDS="python python-psutil setuptools" -BUILD_DEPENDS="git bzip2 python-dev setuptools python-psutil" +BUILD_DEPENDS="python-dev setuptools python-psutil" # Rules to configure and make the package. compile_rules()