cargo: update to 1.86.0

This commit is contained in:
tranzystorekk 2025-04-03 16:10:45 +02:00
parent e60599a667
commit 9a99781864

View file

@ -1,8 +1,8 @@
# Template file for 'cargo'
pkgname=cargo
version=1.85.0
version=1.86.0
revision=1
_cargo_revision=0.86.0
_cargo_revision=0.87.0
build_helper=rust
hostmakedepends="cargo-bootstrap rust python3 curl pkg-config zlib-devel"
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=2a63784f9ea81e291b8305dbc84607c5513b9c597ed7e8276973a748036db303
checksum=e37e329434ba84e55b87468372dd597de5e275f6b40acf24574e606c2ac5851b
replaces="cargo-tree>=0"
build_options="static bindist"
@ -23,7 +23,7 @@ if [ -n "$build_option_static" -o -n "$build_option_bindist" ]; then
fi
if [ -z "$_build_static" ]; then
makedepends+=" libgit2-1.8-devel"
makedepends+=" libgit2-1.9-devel"
fi
do_build() {