From 1b82f52efbd51c853e1b9a9316dde5c2dd9154c2 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 22 Feb 2025 15:05:56 -0500 Subject: [PATCH] fastfetch: update to 2.37.0. --- srcpkgs/fastfetch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template index a0c0e527569..81cffc9956f 100644 --- a/srcpkgs/fastfetch/template +++ b/srcpkgs/fastfetch/template @@ -1,6 +1,6 @@ # Template file for 'fastfetch' pkgname=fastfetch -version=2.36.1 +version=2.37.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=490d5b971dd7fac4c31018354904fdd5e2c409924ba868157bda3bfe1fb5c485 +checksum=a5739be74686fefc731f7ce1669c645ca98172ae3ed5e7c3d48176df43aea5af if [ -n "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTS=ON"