fastfetch: update to 2.38.0.

This commit is contained in:
classabbyamp 2025-03-06 15:42:24 -05:00
parent c2f1ba3c0e
commit 216bc9a40c
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5

View File

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