mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cargo: update to 1.82.0
This commit is contained in:
parent
9dbdc61231
commit
83d592e31e
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'cargo'
|
# Template file for 'cargo'
|
||||||
pkgname=cargo
|
pkgname=cargo
|
||||||
version=1.81.0
|
version=1.82.0
|
||||||
revision=1
|
revision=1
|
||||||
_cargo_revision=0.82.0
|
_cargo_revision=0.83.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"
|
||||||
depends="rust"
|
depends="rust"
|
||||||
short_desc="Rust package manager"
|
short_desc="Rust package manager"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="MIT, Apache-2.0"
|
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=1c89e6a7a28dd78aca53227fd5e14340fcb7cb154ad9655a2f304b5687986cc3
|
checksum=53fbf5eb9d0c42ce184bd1b170606db7c878e7ef07ed3b513a67e62e14ca4661
|
||||||
replaces="cargo-tree>=0"
|
replaces="cargo-tree>=0"
|
||||||
|
|
||||||
build_options="static bindist"
|
build_options="static bindist"
|
||||||
|
|
Loading…
Add table
Reference in a new issue