From e4aeebf4712231c8c45bda3bc9315196d09e59e1 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 3 Jul 2025 17:52:52 -0400 Subject: [PATCH] fastfetch: update to 2.47.0. --- srcpkgs/fastfetch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template index 5f8758a14e6..a2f1d1c3ec9 100644 --- a/srcpkgs/fastfetch/template +++ b/srcpkgs/fastfetch/template @@ -1,6 +1,6 @@ # Template file for 'fastfetch' pkgname=fastfetch -version=2.46.0 +version=2.47.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=7e4e4ab8d3e0e2ad896f97effc58df4c8d23bb88273bbdf1221bd8f0a4beb736 +checksum=c1482b8075718a2b2db95f823419b04b81384237fdba8af56092f184e89797d3 if [ -n "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTS=ON"