cargo-auditable-bootstrap: update to 0.6.4
This commit is contained in:
parent
b3cc4c2140
commit
81bce10975
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
# 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.6.2
|
version=0.6.4
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc=cargo-auditable
|
build_wrksrc=cargo-auditable
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
make_check_args="-- --skip test_wasm"
|
||||||
# Required for bootstrapping purposes
|
# Required for bootstrapping purposes
|
||||||
make_cmd=cargo
|
make_cmd=cargo
|
||||||
short_desc="Bootstrap package for cargo-auditable"
|
short_desc="Bootstrap package for cargo-auditable"
|
||||||
|
@ -13,7 +14,7 @@ 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://raw.githubusercontent.com/rust-secure-code/cargo-auditable/master/cargo-auditable/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-auditable/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=b1c1455b5917d57d4beb3f9bf845059c2d701a034a060b908c7127e29e9b94f3
|
checksum=3e3f4134d81b47277d34c44bc1169c9b0356612977651f8e98e2ba1a470b69a2
|
||||||
repository=bootstrap
|
repository=bootstrap
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue