cargo-outdated: update to 0.8.0.
This commit is contained in:
parent
fff21a647b
commit
74c750d7ac
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cargo-outdated'
|
# Template file for 'cargo-outdated'
|
||||||
pkgname=cargo-outdated
|
pkgname=cargo-outdated
|
||||||
version=0.7.1
|
version=0.8.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -9,8 +9,8 @@ short_desc="Cargo subcommand for displaying when dependencies are out of date"
|
||||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/kbknapp/cargo-outdated"
|
homepage="https://github.com/kbknapp/cargo-outdated"
|
||||||
distfiles="https://static.crates.io/crates/cargo-outdated/cargo-outdated-${version}.crate"
|
distfiles="https://github.com/kbknapp/cargo-outdated/archive/v${version}.tar.gz"
|
||||||
checksum=3dfd9bf724f19c30dc9cb933a967746113e1c8283ab195ce44dd7ac9a8579180
|
checksum=6e07552706cdebceaf5b03bcd022082cdafca70e8e095a74ace95c767e39d509
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue