cargo: update to 1.89.0.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Template file for 'cargo'
|
||||
pkgname=cargo
|
||||
version=1.88.0
|
||||
version=1.89.0
|
||||
revision=1
|
||||
_cargo_revision=0.89.0
|
||||
_cargo_revision=0.90.0
|
||||
build_helper=rust
|
||||
hostmakedepends="cargo-bootstrap rust pkg-config"
|
||||
makedepends="rust libcurl-devel openssl-devel"
|
||||
@@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="Apache-2.0 OR MIT"
|
||||
homepage="https://crates.io/"
|
||||
distfiles="https://github.com/rust-lang/cargo/archive/refs/tags/${_cargo_revision}.tar.gz"
|
||||
checksum=53bce6e8c8ed046054ecc87514cbfba38cc782589629db792f9b74fd16cf9b37
|
||||
checksum=6e38bf4131c667b41b8a5b78bc39232ece2d476a75de1f72f82ce07f425b2e3b
|
||||
replaces="cargo-tree>=0"
|
||||
|
||||
build_options="static bindist"
|
||||
@@ -38,6 +38,7 @@ do_build() {
|
||||
# rust-openssl can not be linked static if pkg-config is used
|
||||
export OPENSSL_NO_PKG_CONFIG
|
||||
export OPENSSL_DIR="${XBPS_CROSS_BASE}/usr"
|
||||
unset LIBGIT2_NO_VENDOR
|
||||
fi
|
||||
|
||||
if [ -n "$_build_static" ]; then
|
||||
|
||||
Reference in New Issue
Block a user