From b6c6551afae2ff56d10f3cf9b2d7beff7ad2276b Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 21 Jan 2025 16:42:52 -0500 Subject: [PATCH] fastfetch: update to 2.34.1. --- srcpkgs/fastfetch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template index 4330b6c9ef2..33683ea7a29 100644 --- a/srcpkgs/fastfetch/template +++ b/srcpkgs/fastfetch/template @@ -1,6 +1,6 @@ # Template file for 'fastfetch' pkgname=fastfetch -version=2.34.0 +version=2.34.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=2dae260d604557c6bf5a9781b3c960aa4265a067e54a984f8c68889a578193a9 +checksum=856920a6484a324088bbbcaf608555c74168078fd34cdbde4d3e4af88bc5cb5f if [ -n "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTS=ON"