mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
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'
|
# Template file for 'cargo-outdated'
|
||||||
pkgname=cargo-outdated
|
pkgname=cargo-outdated
|
||||||
version=0.9.1
|
version=0.9.9
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libgit2-devel libressl-devel"
|
makedepends="libgit2-devel libressl-devel"
|
||||||
|
@ -10,11 +10,14 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/kbknapp/cargo-outdated"
|
homepage="https://github.com/kbknapp/cargo-outdated"
|
||||||
distfiles="https://github.com/kbknapp/cargo-outdated/archive/v${version}.tar.gz"
|
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() {
|
pre_build() {
|
||||||
cargo update --package openssl-sys --precise 0.9.53
|
cargo update --package openssl-sys --precise 0.9.55
|
||||||
cargo update --package openssl --precise 0.10.22
|
cargo update --package openssl --precise 0.10.29
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue