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.9.1. #19135

Merged
merged 1 commit into from
Feb 14, 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
4 changes: 2 additions & 2 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.0
version=0.9.1
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_wrksrc="${pkgname}"
Expand All @@ -12,7 +12,7 @@ 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=a27f9bb7fdfad9b287e0c68464aa582ecb92b6ffddbc6cbd55c470695157547f
checksum=5bef0acae69e0532fdd76864d57faa94bd0b661046a7dcae66217ff36475b9ec

post_install() {
vlicense LICENSE-MIT
Expand Down