rust-audit-info: update to 0.5.2.
This commit is contained in:
parent
548faec090
commit
b675fdfbef
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'rust-audit-info'
|
# Template file for 'rust-audit-info'
|
||||||
pkgname=rust-audit-info
|
pkgname=rust-audit-info
|
||||||
version=0.5.1
|
version=0.5.2
|
||||||
revision=1
|
revision=1
|
||||||
_commit=8622e6fe844d1d5ae10e894d9c8a05afff97e6da
|
|
||||||
build_wrksrc=rust-audit-info
|
build_wrksrc=rust-audit-info
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="CLI tool for extracting cargo-auditable dependency trees"
|
short_desc="CLI tool for extracting cargo-auditable dependency trees"
|
||||||
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"
|
||||||
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/${_commit}.tar.gz"
|
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/${pkgname}/v${version}.tar.gz"
|
||||||
checksum=f89b19e1df2f0b27c1e9bb474fa754ece117e1f561cc32beb296190eb70908f3
|
checksum=d9bf684d1954db44e2f254e2fff5d204cb12e652ae95941abed9e10812786046
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense ../LICENSE-MIT
|
vlicense ../LICENSE-MIT
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
site="https://github.com/rust-secure-code/cargo-auditable/tags"
|
||||||
|
pattern="rust-audit-info/v\K[\d.]+(?=</a>)"
|
Loading…
Reference in New Issue