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