From cdd940f1f55693b224c7d6179a270d6ebc4bc480 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 5 Nov 2024 15:40:54 -0500 Subject: [PATCH] fastfetch: update to 2.29.0. --- srcpkgs/fastfetch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template index 70b3a44dc78..ce39bd50d99 100644 --- a/srcpkgs/fastfetch/template +++ b/srcpkgs/fastfetch/template @@ -1,6 +1,6 @@ # Template file for 'fastfetch' pkgname=fastfetch -version=2.28.0 +version=2.29.0 revision=1 build_style=cmake configure_args="-DENABLE_SYSTEM_YYJSON=ON" @@ -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=115d9947ee0acf6246894888998db31de024f651123396c6251033390c241dc7 +checksum=c3fcccf9502e41c76c30e89530820bf1c7719257e5624bfa5fa77e6627ecb602 if [ -n "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTS=ON"