fastfetch: update to 2.20.0.

This commit is contained in:
classabbyamp 2024-07-26 17:41:53 -04:00
parent 8877e41444
commit 18af5cb5d9
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'fastfetch'
pkgname=fastfetch
version=2.19.1
version=2.20.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=0d2c53d4ba9801af2a7dbc6e0f1e4a301aaf28651c19c413f45659e6aa8aa1a1
checksum=461f64bda6ab4a33085b1b75afd01e72a7d0556b678852b95fbea4916ceec2a8
if [ -n "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DBUILD_TESTS=ON"