fastfetch: update to 2.57.1

This commit is contained in:
dragon-archer
2026-01-15 23:23:48 +08:00
committed by Dirk Stolle
parent e81f686aa8
commit 4e611d56b5

View File

@@ -4,7 +4,7 @@
_realname=fastfetch
pkgbase="mingw-w64-${_realname}"
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.57.0
pkgver=2.57.1
pkgrel=1
pkgdesc="An actively maintained, feature-rich and performance oriented, neofetch like system information tool (mingw-w64)"
arch=('any')
@@ -36,7 +36,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-vulkan-loader: For Vulkan detection support
"${MINGW_PACKAGE_PREFIX}-imagemagick: For sixel image protocol support")
source=("https://github.com/fastfetch-cli/fastfetch/archive/${pkgver}/${_realname}-${pkgver}.tar.gz")
noextract=("${_realname}-${pkgver}.tar.gz")
sha256sums=('3bad5a66d8c641b69ed2e8c630eecb5eed8a6ee283a3b4fe97051b16cbef1b54')
sha256sums=('ab09e4954d99377b5ba15d74cb2d7c9efb82af12788b3a009c40c804371af588')
prepare() {
# Workaround for symlinks in archive, see <https://www.msys2.org/docs/symlinks/>.