onefetch: update to 2.18.1

This commit is contained in:
cinerea0 2023-06-25 08:08:25 -04:00 committed by Duncan Overbruck
parent 4f8d4bb478
commit ccf5314fa6

View File

@ -1,6 +1,6 @@
# Template file for 'onefetch' # Template file for 'onefetch'
pkgname=onefetch pkgname=onefetch
version=2.16.0 version=2.18.1
revision=1 revision=1
build_style=cargo build_style=cargo
make_check_args="-- --skip info::tests::test_style_subtitle" make_check_args="-- --skip info::tests::test_style_subtitle"
@ -9,10 +9,10 @@ makedepends="zlib-devel"
short_desc="Git repository summary on your terminal" short_desc="Git repository summary on your terminal"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>" maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT" license="MIT"
homepage="https://github.com/o2sh/onefetch" homepage="https://onefetch.dev"
changelog="https://github.com/o2sh/onefetch/raw/main/CHANGELOG.md" changelog="https://github.com/o2sh/onefetch/raw/main/CHANGELOG.md"
distfiles="https://github.com/o2sh/onefetch/archive/${version}.tar.gz" distfiles="https://github.com/o2sh/onefetch/archive/refs/tags/${version}.tar.gz"
checksum=948abb476a1310ab9393fcce10cffabcedfa12c2cf7be238472edafe13753222 checksum=7b0f03e9d2383ac32283cfb9ec09d10c8789a298969c8b7d45fa0168bd909140
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
broken="exr crate unimplemented for BE" broken="exr crate unimplemented for BE"