cargo-auditable-bootstrap: update to 0.5.4.
This commit is contained in:
parent
67a400bc54
commit
7259601f72
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cargo-auditable-bootstrap'
|
# Template file for 'cargo-auditable-bootstrap'
|
||||||
# Keep synced with cargo-auditable
|
# Keep synced with cargo-auditable
|
||||||
pkgname=cargo-auditable-bootstrap
|
pkgname=cargo-auditable-bootstrap
|
||||||
version=0.5.3
|
version=0.5.4
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc=cargo-auditable
|
build_wrksrc=cargo-auditable
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
@ -11,8 +11,9 @@ short_desc="Bootstrap package for cargo-auditable"
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="MIT,Apache-2.0"
|
license="MIT,Apache-2.0"
|
||||||
homepage="https://github.com/rust-secure-code/cargo-auditable"
|
homepage="https://github.com/rust-secure-code/cargo-auditable"
|
||||||
|
changelog="https://github.com/rust-secure-code/cargo-auditable/raw/master/cargo-auditable/CHANGELOG.md"
|
||||||
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=a73e55fb887a0a019d13fa87983e8825ca16d46076bf89d623fa060876ca4f3f
|
checksum=8827a3810721e36df38dcdc28b2291760dc70609e57a9c7245ba1bf1932e1ced
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense ../LICENSE-MIT
|
vlicense ../LICENSE-MIT
|
||||||
|
|
Loading…
Reference in New Issue