mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cargo: update to 1.86.0
This commit is contained in:
parent
e60599a667
commit
9a99781864
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'cargo'
|
# Template file for 'cargo'
|
||||||
pkgname=cargo
|
pkgname=cargo
|
||||||
version=1.85.0
|
version=1.86.0
|
||||||
revision=1
|
revision=1
|
||||||
_cargo_revision=0.86.0
|
_cargo_revision=0.87.0
|
||||||
build_helper=rust
|
build_helper=rust
|
||||||
hostmakedepends="cargo-bootstrap rust python3 curl pkg-config zlib-devel"
|
hostmakedepends="cargo-bootstrap rust python3 curl pkg-config zlib-devel"
|
||||||
makedepends="rust libcurl-devel openssl-devel"
|
makedepends="rust libcurl-devel openssl-devel"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="Apache-2.0 OR MIT"
|
license="Apache-2.0 OR MIT"
|
||||||
homepage="https://crates.io/"
|
homepage="https://crates.io/"
|
||||||
distfiles="https://github.com/rust-lang/cargo/archive/refs/tags/${_cargo_revision}.tar.gz"
|
distfiles="https://github.com/rust-lang/cargo/archive/refs/tags/${_cargo_revision}.tar.gz"
|
||||||
checksum=2a63784f9ea81e291b8305dbc84607c5513b9c597ed7e8276973a748036db303
|
checksum=e37e329434ba84e55b87468372dd597de5e275f6b40acf24574e606c2ac5851b
|
||||||
replaces="cargo-tree>=0"
|
replaces="cargo-tree>=0"
|
||||||
|
|
||||||
build_options="static bindist"
|
build_options="static bindist"
|
||||||
|
@ -23,7 +23,7 @@ if [ -n "$build_option_static" -o -n "$build_option_bindist" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$_build_static" ]; then
|
if [ -z "$_build_static" ]; then
|
||||||
makedepends+=" libgit2-1.8-devel"
|
makedepends+=" libgit2-1.9-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue