From 7be384508491e017cc6397739b6e71800134341d Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 12 Jul 2024 14:10:12 -0400 Subject: [PATCH] fastfetch: update to 2.18.1. --- srcpkgs/fastfetch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template index d34224f666f..84e7d62f0f8 100644 --- a/srcpkgs/fastfetch/template +++ b/srcpkgs/fastfetch/template @@ -1,6 +1,6 @@ # Template file for 'fastfetch' pkgname=fastfetch -version=2.17.2 +version=2.18.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=f41322a9d9601a5a5a74f67a3253c7e8631e6241053094d050cf02bbade8cbcd +checksum=53421de317bfc918e168751cf910e7faa51ebbd71f6f4de3b56d2cc74794365f if [ -n "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTS=ON"