fastfetch: update to 2.45.0.

This commit is contained in:
classabbyamp 2025-06-06 12:51:36 -04:00
parent 2bdca9be23
commit 18f10fa64e
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,6 +1,6 @@
# Template file for 'fastfetch' # Template file for 'fastfetch'
pkgname=fastfetch pkgname=fastfetch
version=2.43.0 version=2.45.0
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DENABLE_SYSTEM_YYJSON=ON -DBUILD_FLASHFETCH=OFF" configure_args="-DENABLE_SYSTEM_YYJSON=ON -DBUILD_FLASHFETCH=OFF"
@ -14,7 +14,7 @@ license="MIT"
homepage="https://github.com/fastfetch-cli/fastfetch" homepage="https://github.com/fastfetch-cli/fastfetch"
changelog="https://github.com/fastfetch-cli/fastfetch/raw/dev/CHANGELOG.md" changelog="https://github.com/fastfetch-cli/fastfetch/raw/dev/CHANGELOG.md"
distfiles="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${version}.tar.gz"
checksum=192ddb57d021436d93ed8ad1fadaaeef20ce59a2296f31af65e12978b48feda5 checksum=f336ab5fb651fc34759117d9ef081e8c9175cb1538900a8c7b4efdf94a1de85c
if [ -n "$XBPS_CHECK_PKGS" ]; then if [ -n "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DBUILD_TESTS=ON" configure_args+=" -DBUILD_TESTS=ON"