From 5944dcc47dd9120e0c1d8973a83ca016de68cc76 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 7 Dec 2024 02:57:50 -0500 Subject: [PATCH] fastfetch: update to 2.31.0. --- srcpkgs/fastfetch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template index 2720a4e7e46..1f633b8b48e 100644 --- a/srcpkgs/fastfetch/template +++ b/srcpkgs/fastfetch/template @@ -1,6 +1,6 @@ # Template file for 'fastfetch' pkgname=fastfetch -version=2.30.1 +version=2.31.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=5248311a3d8ce65f6f48756dfc0df9f8922d64f5201ee8d980497d52e924906e +checksum=3036e34acc1355bf39619df1a2400f5f8316d188088f07d9a366a521bb30ad61 if [ -n "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTS=ON"