From 03b5e3464cffe89046fc812add53895db4ec3b4d Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 19 May 2025 10:57:44 -0400 Subject: [PATCH] fastfetch: update to 2.43.0. --- srcpkgs/fastfetch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template index a59a5d62f30..08ce7145a1e 100644 --- a/srcpkgs/fastfetch/template +++ b/srcpkgs/fastfetch/template @@ -1,6 +1,6 @@ # Template file for 'fastfetch' pkgname=fastfetch -version=2.42.0 +version=2.43.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=9f94fdbe0642b2402517bba2fff4dd31099649d4e066f4c39b5b728cc3627f01 +checksum=192ddb57d021436d93ed8ad1fadaaeef20ce59a2296f31af65e12978b48feda5 if [ -n "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTS=ON"