mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cargo-geiger: update to 0.11.4.
This commit is contained in:
parent
4b73243a6c
commit
c7aed461c2
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cargo-geiger'
|
# Template file for 'cargo-geiger'
|
||||||
pkgname=cargo-geiger
|
pkgname=cargo-geiger
|
||||||
version=0.11.3
|
version=0.11.4
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_wrksrc="${pkgname}"
|
build_wrksrc="${pkgname}"
|
||||||
|
@ -11,8 +11,9 @@ short_desc="Detects usage of unsafe Rust in a Rust crate and its dependencies"
|
||||||
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-geiger"
|
homepage="https://github.com/rust-secure-code/cargo-geiger"
|
||||||
|
changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-geiger/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/rust-secure-code/cargo-geiger/archive/cargo-geiger-${version}.tar.gz"
|
distfiles="https://github.com/rust-secure-code/cargo-geiger/archive/cargo-geiger-${version}.tar.gz"
|
||||||
checksum=f6d6e860a4c597b6a4eed1ed9ab800eb13741744768f7d3a5b2c2faee3922169
|
checksum=8f57da70a465c7fc2797b5142c51fd763e4569e0b3daf63205980be3a1af2576
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
|
|
Loading…
Add table
Reference in a new issue