From 6105f9284f34d6cf9bf28ea8c6b96697e9650340 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 25 Jun 2024 14:57:43 -0400 Subject: [PATCH] fastfetch: update to 2.16.0. --- srcpkgs/fastfetch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fastfetch/template b/srcpkgs/fastfetch/template index 712dbdcbc7c..e615297c36f 100644 --- a/srcpkgs/fastfetch/template +++ b/srcpkgs/fastfetch/template @@ -1,6 +1,6 @@ # Template file for 'fastfetch' pkgname=fastfetch -version=2.15.0 +version=2.16.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=b42392c66eb7292db8b56715a072908b91d72385e6fdeae56fa7653adfc5428d +checksum=8c5d137e0439d70189fc267176840feaba5f3e06177d57c4be9a866595651803 if [ -n "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DBUILD_TESTS=ON"