From 92430c78a50744efa04ce2d5dfb4a1f02f1f4144 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Thu, 25 Jul 2024 14:51:27 +0200 Subject: [PATCH] cargo: update to 1.80.0 --- srcpkgs/cargo/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cargo/template b/srcpkgs/cargo/template index 5873a19e074..0faaf11eba5 100644 --- a/srcpkgs/cargo/template +++ b/srcpkgs/cargo/template @@ -1,8 +1,8 @@ # Template file for 'cargo' pkgname=cargo -version=1.79.0 +version=1.80.0 revision=1 -_cargo_revision=0.80.0 +_cargo_revision=0.81.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 " license="MIT, Apache-2.0" homepage="https://crates.io/" distfiles="https://github.com/rust-lang/cargo/archive/refs/tags/${_cargo_revision}.tar.gz" -checksum=542efc5daa159e2942d454eb2815247a96589363977429bd473f8cac8a55636e +checksum=5d2ea954f1a8bf03389fe2cefc5603de180a0c0010aa66628a325007216ef862 replaces="cargo-tree>=0" build_options="static bindist"