From e540209ca0d9dea209f631e05ecea601fca24bca Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 22 Mar 2025 13:12:25 -0400 Subject: [PATCH] fastfetch: update to 2.39.1. --- srcpkgs/fastfetch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template index 93e308081a6..3bbf73711df 100644 --- a/srcpkgs/fastfetch/template +++ b/srcpkgs/fastfetch/template @@ -1,6 +1,6 @@ # Template file for 'fastfetch' pkgname=fastfetch -version=2.38.0 +version=2.39.1 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=f64635bfc1b42a2e845e3f3f38531a641de8203300112504b9eddc5a61f38f6a +checksum=ce24ba2763ebd736a1797f259da03c982b353ce0ad8641fa3626b98a17925b9e if [ -n "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTS=ON"