From 08da367ab1f8f3e8cbc282dfe070faaf2f827a5a Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 7 Sep 2024 00:12:36 -0400 Subject: [PATCH] fastfetch: update to 2.23.0. --- srcpkgs/fastfetch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template index f4206b6b527..693089d2473 100644 --- a/srcpkgs/fastfetch/template +++ b/srcpkgs/fastfetch/template @@ -1,6 +1,6 @@ # Template file for 'fastfetch' pkgname=fastfetch -version=2.22.0 +version=2.23.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=ada2d56e14ce2eadaa88573dada5881684ceeaaa11df23017631b91dfa745d00 +checksum=3c92dd2cb15faf55d87846eda8d14456af2d0e0938998434144074c695c57529 if [ -n "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTS=ON"