fastfetch: update to 2.30.1.

This commit is contained in:
classabbyamp 2024-11-23 18:58:16 -05:00
parent 0783bf6a21
commit d73bbb0c85
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' # Template file for 'fastfetch'
pkgname=fastfetch pkgname=fastfetch
version=2.29.0 version=2.30.1
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DENABLE_SYSTEM_YYJSON=ON" configure_args="-DENABLE_SYSTEM_YYJSON=ON"
@ -14,7 +14,7 @@ license="MIT"
homepage="https://github.com/fastfetch-cli/fastfetch" homepage="https://github.com/fastfetch-cli/fastfetch"
changelog="https://github.com/fastfetch-cli/fastfetch/raw/dev/CHANGELOG.md" changelog="https://github.com/fastfetch-cli/fastfetch/raw/dev/CHANGELOG.md"
distfiles="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${version}.tar.gz"
checksum=c3fcccf9502e41c76c30e89530820bf1c7719257e5624bfa5fa77e6627ecb602 checksum=5248311a3d8ce65f6f48756dfc0df9f8922d64f5201ee8d980497d52e924906e
if [ -n "$XBPS_CHECK_PKGS" ]; then if [ -n "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DBUILD_TESTS=ON" configure_args+=" -DBUILD_TESTS=ON"