cargo-about: update to 0.3.0.
This commit is contained in:
parent
fdf2447667
commit
7b5657ed78
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cargo-about'
|
||||
pkgname=cargo-about
|
||||
version=0.2.3
|
||||
version=0.3.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
short_desc="Cargo plugin to generate list of all licenses for a crate"
|
||||
|
@ -8,7 +8,11 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|||
license="MIT, Apache-2.0"
|
||||
homepage="https://github.com/EmbarkStudios/cargo-about"
|
||||
distfiles="https://github.com/EmbarkStudios/cargo-about/archive/${version}.tar.gz"
|
||||
checksum=e39528da6826ddb609165866858984578ebbf80819b136d66215e840c69621c7
|
||||
checksum=01c5c78e4486b6de5694c0f140cab4b0f6efb807736a64602636a2266e2f015b
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
broken="broken on architectures without atomic8"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE-APACHE
|
||||
|
|
Loading…
Reference in a new issue