From bc6ff90d148ff7fc41690d964fb0b1e05fb75c16 Mon Sep 17 00:00:00 2001 From: Alex Lohr Date: Thu, 7 May 2026 10:45:12 +0200 Subject: [PATCH] cargo-about: update to 0.9.0 enable cli feature (which is now disabled by default) --- srcpkgs/cargo-about/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cargo-about/template b/srcpkgs/cargo-about/template index 2bd02cf3563..72ab161111c 100644 --- a/srcpkgs/cargo-about/template +++ b/srcpkgs/cargo-about/template @@ -1,19 +1,20 @@ # Template file for 'cargo-about' pkgname=cargo-about -version=0.7.1 +version=0.9.0 revision=1 # depends on rustls/ring archs="x86_64* aarch64* i686* arm*" build_style=cargo +configure_args="--features=cli" hostmakedepends="pkg-config" makedepends="libzstd-devel" short_desc="Cargo plugin to generate list of all licenses for a crate" maintainer="Orphaned " -license="MIT, Apache-2.0" +license="Apache-2.0 OR MIT" homepage="https://github.com/EmbarkStudios/cargo-about" changelog="https://raw.githubusercontent.com/EmbarkStudios/cargo-about/main/CHANGELOG.md" distfiles="https://github.com/EmbarkStudios/cargo-about/archive/refs/tags/${version}.tar.gz" -checksum=5b090871bda2c2cf645de826c219b41486c36ffe0b474ad9f6ecba7e21d279a0 +checksum=7dc9b5f87d25b57c044618655a1948857bd03196e3b20cbb8700b41ad6f1614f if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then broken="broken on architectures without atomic8"