mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/glances: Updated for version 2.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c07d3ac0b4
commit
6cfbae4620
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=glances
|
||||
VERSION=${VERSION:-2.4.1}
|
||||
VERSION=${VERSION:-2.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -77,7 +77,7 @@ PRGUSR=$PKG/usr
|
|||
PRGSHR=$PKG/usr/share
|
||||
PRGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
# Compress man page.
|
||||
# Move and compress man page.
|
||||
mv $PRGSHR/man $PRGUSR/
|
||||
gzip -9 $PRGUSR/man/man1/$PRGNAM.1
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="glances"
|
||||
VERSION="2.4.1"
|
||||
VERSION="2.5.1"
|
||||
HOMEPAGE="https://github.com/nicolargo/glances"
|
||||
DOWNLOAD="https://github.com/nicolargo/glances/archive/v2.4.1.tar.gz"
|
||||
MD5SUM="e469f8bb8c5a1b0b2a38402b911134ed"
|
||||
DOWNLOAD="https://github.com/nicolargo/glances/archive/v2.5.1.tar.gz"
|
||||
MD5SUM="d90292fb283b2f888253d650eb28b549"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="psutil pysetuptools"
|
||||
|
|
Loading…
Reference in a new issue