cargo: update to 1.83.0

This commit is contained in:
tranzystorekk 2024-11-28 18:18:43 +01:00
parent f273963f5f
commit 64caac5554
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# Template file for 'cargo' # Template file for 'cargo'
pkgname=cargo pkgname=cargo
version=1.82.0 version=1.83.0
revision=1 revision=1
_cargo_revision=0.83.0 _cargo_revision=0.84.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=53fbf5eb9d0c42ce184bd1b170606db7c878e7ef07ed3b513a67e62e14ca4661 checksum=8d01b3cba1150ae34e5faec59894a9d4e9b46942b082f2bd4ed441ce417ed979
replaces="cargo-tree>=0" replaces="cargo-tree>=0"
build_options="static bindist" build_options="static bindist"