From 18f10fa64e45dc946e93d8abf6c903832dedb66d Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 6 Jun 2025 12:51:36 -0400 Subject: [PATCH] fastfetch: update to 2.45.0. --- srcpkgs/fastfetch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template index 08ce7145a1e..205fc00a90b 100644 --- a/srcpkgs/fastfetch/template +++ b/srcpkgs/fastfetch/template @@ -1,6 +1,6 @@ # Template file for 'fastfetch' pkgname=fastfetch -version=2.43.0 +version=2.45.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=192ddb57d021436d93ed8ad1fadaaeef20ce59a2296f31af65e12978b48feda5 +checksum=f336ab5fb651fc34759117d9ef081e8c9175cb1538900a8c7b4efdf94a1de85c if [ -n "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTS=ON"