cargo-geiger: update to 0.11.2.
This commit is contained in:
parent
4a57d6ea46
commit
d5f26c682e
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cargo-geiger'
|
||||
pkgname=cargo-geiger
|
||||
version=0.11.1
|
||||
version=0.11.2
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_wrksrc="${pkgname}"
|
||||
|
@ -12,10 +12,14 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|||
license="MIT, Apache-2.0"
|
||||
homepage="https://github.com/rust-secure-code/cargo-geiger"
|
||||
distfiles="https://github.com/rust-secure-code/cargo-geiger/archive/cargo-geiger-${version}.tar.gz"
|
||||
checksum=d3c88fc3bdb574108504a1a49ae7b8ee5b55b1744a47d58214d0f088d2b2ef00
|
||||
checksum=425638232f4c617a1dde1071f865c5140546bf9b6b61b9a9a186d0a5c146ac03
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE-MIT
|
||||
vlicense LICENSE-APACHE
|
||||
vdoc README.md
|
||||
}
|
||||
|
||||
post_patch() {
|
||||
cargo update -p autocfg:1.0.1 --precise 1.1.0
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue