From 590910ca2c1aaf2709699d96a47903142d5a65cb Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 13 Aug 2025 18:29:36 -0400 Subject: [PATCH] fastfetch: update to 2.49.0. --- srcpkgs/fastfetch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template index faf2eecab86..45c2f7c3818 100644 --- a/srcpkgs/fastfetch/template +++ b/srcpkgs/fastfetch/template @@ -1,6 +1,6 @@ # Template file for 'fastfetch' pkgname=fastfetch -version=2.48.1 +version=2.49.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=912692fb4ffa34b10809909e3a774e8193751554f77550d6ae126892b029c021 +checksum=5c656581c6cb3061cf8648e2cd0cdf07abcf5f680fdc8bda935deece90b086a0 if [ -n "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTS=ON"