From f65c222de48273e964d6a56331a73e8980d6af43 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 9 Oct 2024 19:22:24 -0400 Subject: [PATCH] fastfetch: update to 2.27.1. --- srcpkgs/fastfetch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template index 6065a7e6911..e6b9b138f26 100644 --- a/srcpkgs/fastfetch/template +++ b/srcpkgs/fastfetch/template @@ -1,6 +1,6 @@ # Template file for 'fastfetch' pkgname=fastfetch -version=2.26.1 +version=2.27.1 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=4320d1c304df6880e8c944e6a36340d12a3340477be40b2ead42be308a7fcdaf +checksum=de12f8cdb52bc1f123aa9b37813f009eeb09f15cbf43b033693c2936716e2626 if [ -n "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTS=ON"