cargo-auditable: update to 0.5.4.
This commit is contained in:
parent
7259601f72
commit
eddba4333c
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cargo-auditable'
|
# Template file for 'cargo-auditable'
|
||||||
# Keep synced with cargo-auditable-bootstrap
|
# Keep synced with cargo-auditable-bootstrap
|
||||||
pkgname=cargo-auditable
|
pkgname=cargo-auditable
|
||||||
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
|
||||||
|
@ -10,8 +10,9 @@ short_desc="Tool for embedding dependency information in rust binaries"
|
||||||
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
|
||||||
conflicts=cargo-auditable-bootstrap
|
conflicts=cargo-auditable-bootstrap
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue