mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/atop: Updated for version 2.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
aea3719c99
commit
2a31098969
2 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=atop
|
||||
VERSION=${VERSION:-2.8.1}
|
||||
VERSION=${VERSION:-2.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="atop"
|
||||
VERSION="2.8.1"
|
||||
VERSION="2.9.0"
|
||||
HOMEPAGE="https://www.atoptool.nl/"
|
||||
DOWNLOAD="https://www.atoptool.nl/download/atop-2.8.1.tar.gz"
|
||||
MD5SUM="2475c596c7f22171bb1cabdeeadc31ee"
|
||||
DOWNLOAD="https://www.atoptool.nl/download/atop-2.9.0.tar.gz"
|
||||
MD5SUM="b526aea1b7e9e79eaaac8977221360e1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue