Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo-geiger: update to 0.10.0. #22432

Merged
merged 1 commit into from
May 31, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/cargo-geiger/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'cargo-geiger'
pkgname=cargo-geiger
version=0.9.1
version=0.10.0
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_wrksrc="${pkgname}"
Expand All @@ -10,9 +10,9 @@ makedepends="libressl-devel"
short_desc="Detects usage of unsafe Rust in a Rust crate and its dependencies"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT, Apache-2.0"
homepage="https://github.com/anderejd/cargo-geiger"
distfiles="https://github.com/anderejd/cargo-geiger/archive/cargo-geiger-${version}.tar.gz"
checksum=5bef0acae69e0532fdd76864d57faa94bd0b661046a7dcae66217ff36475b9ec
homepage="https://github.com/rust-secure-code/cargo-geiger"
distfiles="https://github.com/rust-secure-code/cargo-geiger/archive/cargo-geiger-${version}.tar.gz"
checksum=01590e9e37ca8ca304b5d10c81740b80581724c856945d8f551468b25940d847

post_install() {
vlicense LICENSE-MIT
Expand Down