From 74c750d7ac56909c42c9434d8e42490b201ee4ff Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Thu, 27 Dec 2018 15:05:29 +0100 Subject: [PATCH] cargo-outdated: update to 0.8.0. --- srcpkgs/cargo-outdated/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cargo-outdated/template b/srcpkgs/cargo-outdated/template index f72f99a63e0..e249baac90c 100644 --- a/srcpkgs/cargo-outdated/template +++ b/srcpkgs/cargo-outdated/template @@ -1,6 +1,6 @@ # Template file for 'cargo-outdated' pkgname=cargo-outdated -version=0.7.1 +version=0.8.0 revision=1 build_style=cargo hostmakedepends="pkg-config" @@ -9,8 +9,8 @@ short_desc="Cargo subcommand for displaying when dependencies are out of date" maintainer="Rasmus Thomsen " license="MIT" homepage="https://github.com/kbknapp/cargo-outdated" -distfiles="https://static.crates.io/crates/cargo-outdated/cargo-outdated-${version}.crate" -checksum=3dfd9bf724f19c30dc9cb933a967746113e1c8283ab195ce44dd7ac9a8579180 +distfiles="https://github.com/kbknapp/cargo-outdated/archive/v${version}.tar.gz" +checksum=6e07552706cdebceaf5b03bcd022082cdafca70e8e095a74ace95c767e39d509 post_install() { vlicense LICENSE-MIT