mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/fastfetch: Updated for version 2.17.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fed8b44397
commit
ac7bf634d5
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=fastfetch
|
||||
VERSION=${VERSION:-2.16.0}
|
||||
VERSION=${VERSION:-2.17.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fastfetch"
|
||||
VERSION="2.16.0"
|
||||
VERSION="2.17.1"
|
||||
HOMEPAGE="https://github.com/fastfetch-cli/fastfetch"
|
||||
DOWNLOAD="https://github.com/fastfetch-cli/fastfetch/archive/2.16.0/fastfetch-2.16.0.tar.gz"
|
||||
MD5SUM="9439702839d12ddf1f10aa0408a4ed50"
|
||||
DOWNLOAD="https://github.com/fastfetch-cli/fastfetch/archive/2.17.1/fastfetch-2.17.1.tar.gz"
|
||||
MD5SUM="c5e025c93809e10f16e76a956d2e7f61"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue