cargo-outdated: update to 0.9.9
This commit is contained in:
parent
85b730d5e3
commit
f9a9c0875a
1 changed files with 8 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cargo-outdated'
|
||||
pkgname=cargo-outdated
|
||||
version=0.9.1
|
||||
revision=3
|
||||
version=0.9.9
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libgit2-devel libressl-devel"
|
||||
|
@ -10,11 +10,14 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/kbknapp/cargo-outdated"
|
||||
distfiles="https://github.com/kbknapp/cargo-outdated/archive/v${version}.tar.gz"
|
||||
checksum=8c3c014d84c2bdcd894e473b1f1b929c2e498fb2b5443fa1d02104e2291497f1
|
||||
checksum=f23bb266d0f31316817e6350b4a02a91cbb6b02baa280092bbd9719ebfee31b4
|
||||
|
||||
# remove with dependency update to cargo 0.44 or newer
|
||||
export LIBGIT2_SYS_USE_PKG_CONFIG=1
|
||||
|
||||
pre_build() {
|
||||
cargo update --package openssl-sys --precise 0.9.53
|
||||
cargo update --package openssl --precise 0.10.22
|
||||
cargo update --package openssl-sys --precise 0.9.55
|
||||
cargo update --package openssl --precise 0.10.29
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue