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