Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions system/fastfetch/README
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Optional dependencies include:
ddcutil (get more information about external screens)
chafa (render non-ascii images with libchafa)

Version 2.66 is the last one to build with the versions of GCC or LLVM
Version 2.66.1 is the last one to build with the versions of GCC or LLVM
on Slackware 15.0. Building either one of these for a slightly newer
screen fetch program would be overkill, so updates are suspended for
now.
screen fetch program would be overkill, so updates beyond the 2.66
series are suspended for now.
2 changes: 1 addition & 1 deletion system/fastfetch/fastfetch.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=fastfetch
VERSION=${VERSION:-2.66.0}
VERSION=${VERSION:-2.66.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
6 changes: 3 additions & 3 deletions system/fastfetch/fastfetch.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="fastfetch"
VERSION="2.66.0"
VERSION="2.66.1"
HOMEPAGE="https://github.com/fastfetch-cli/fastfetch"
DOWNLOAD="https://github.com/fastfetch-cli/fastfetch/archive/2.66.0/fastfetch-2.66.0.tar.gz"
MD5SUM="50ab0c96629ce85654759126f960b6b8"
DOWNLOAD="https://github.com/fastfetch-cli/fastfetch/archive/2.66.1/fastfetch-2.66.1.tar.gz"
MD5SUM="614ce00a5b6265b84b9f840f2ff73df7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down