From ce5e3273c25e6a1878d49c6dd93d585bbab89e4b Mon Sep 17 00:00:00 2001 From: Marcin Puc <tranzystorek.io@protonmail.com> Date: Thu, 13 Jun 2024 17:15:46 +0200 Subject: [PATCH] cargo: update to 1.79.0 --- srcpkgs/cargo/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cargo/template b/srcpkgs/cargo/template index 30caa26d74b..5873a19e074 100644 --- a/srcpkgs/cargo/template +++ b/srcpkgs/cargo/template @@ -1,8 +1,8 @@ # Template file for 'cargo' pkgname=cargo -version=1.78.0 +version=1.79.0 revision=1 -_cargo_revision=0.79.0 +_cargo_revision=0.80.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=b9de52bc7452fd74ab344b636f054de3e9a67cf167567cc4ce948e9219e81d98 +checksum=542efc5daa159e2942d454eb2815247a96589363977429bd473f8cac8a55636e replaces="cargo-tree>=0" build_options="static bindist"