diff options
author | Samuel Young <samyoung12788@gmail.com> | 2023-10-15 09:16:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-15 09:16:53 +0700 |
commit | fac75ced98cbe4221c50ed96f596c6c492aabc95 (patch) | |
tree | c11a971f859e28842b295a8e10fc1f08ade9894e | |
parent | f8046ba12f8863df2669920f6188beddc40dfe26 (diff) |
system/fastfetch: Updated for version 2.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/fastfetch/fastfetch.SlackBuild | 2 | ||||
-rw-r--r-- | system/fastfetch/fastfetch.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/fastfetch/fastfetch.SlackBuild b/system/fastfetch/fastfetch.SlackBuild index 8852b50c052c7..62c0d66acce33 100644 --- a/system/fastfetch/fastfetch.SlackBuild +++ b/system/fastfetch/fastfetch.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fastfetch -VERSION=${VERSION:-2.1.0} +VERSION=${VERSION:-2.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/fastfetch/fastfetch.info b/system/fastfetch/fastfetch.info index 14738ce465572..f2c0e32cb8ee5 100644 --- a/system/fastfetch/fastfetch.info +++ b/system/fastfetch/fastfetch.info @@ -1,8 +1,8 @@ PRGNAM="fastfetch" -VERSION="2.1.0" +VERSION="2.1.1" HOMEPAGE="https://github.com/fastfetch-cli/fastfetch" -DOWNLOAD="https://github.com/fastfetch-cli/fastfetch/archive/2.1.0/fastfetch-2.1.0.tar.gz" -MD5SUM="89c4bc1834f96a66e3161d8577414d2d" +DOWNLOAD="https://github.com/fastfetch-cli/fastfetch/archive/2.1.1/fastfetch-2.1.1.tar.gz" +MD5SUM="7bd82d7f781b15ef95bb390874df9937" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |