mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cargo: update to 1.77.1
This commit is contained in:
parent
3eb226a42d
commit
7aacfef7e1
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.76.0
|
version=1.77.1
|
||||||
revision=2
|
revision=1
|
||||||
_cargo_revision=0.77.0
|
_cargo_revision=0.78.1
|
||||||
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="MIT, Apache-2.0"
|
license="MIT, Apache-2.0"
|
||||||
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=1c33e2feb197f848f082fdc074162328e231c2f68394e0e1d2dbbbf79c9fc3ec
|
checksum=0283fecebb6d3cbd111688eb0359edaf6676f4b2829201a8afe5a0e3afdb4b48
|
||||||
replaces="cargo-tree>=0"
|
replaces="cargo-tree>=0"
|
||||||
|
|
||||||
build_options="static bindist"
|
build_options="static bindist"
|
||||||
|
|
Loading…
Add table
Reference in a new issue