fastfetch: update to 2.23.0.

This commit is contained in:
classabbyamp 2024-09-07 00:12:36 -04:00
parent 318d2c635d
commit 08da367ab1
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.22.0
version=2.23.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=ada2d56e14ce2eadaa88573dada5881684ceeaaa11df23017631b91dfa745d00
checksum=3c92dd2cb15faf55d87846eda8d14456af2d0e0938998434144074c695c57529
if [ -n "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DBUILD_TESTS=ON"