cargo: update to 1.81.0
This commit is contained in:
parent
6e53e90fdc
commit
592bbb2b5e
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'cargo'
|
||||
pkgname=cargo
|
||||
version=1.80.0
|
||||
version=1.81.0
|
||||
revision=1
|
||||
_cargo_revision=0.81.0
|
||||
_cargo_revision=0.82.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="MIT, Apache-2.0"
|
||||
homepage="https://crates.io/"
|
||||
distfiles="https://github.com/rust-lang/cargo/archive/refs/tags/${_cargo_revision}.tar.gz"
|
||||
checksum=5d2ea954f1a8bf03389fe2cefc5603de180a0c0010aa66628a325007216ef862
|
||||
checksum=1c89e6a7a28dd78aca53227fd5e14340fcb7cb154ad9655a2f304b5687986cc3
|
||||
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-devel"
|
||||
makedepends+=" libgit2-1.8-devel"
|
||||
fi
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in New Issue