From 592bbb2b5edc59b10489af7ce99503c67eaca9a2 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Thu, 5 Sep 2024 21:22:01 +0200 Subject: [PATCH] cargo: update to 1.81.0 --- srcpkgs/cargo/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/cargo/template b/srcpkgs/cargo/template index 0faaf11eba5..a7099cb0946 100644 --- a/srcpkgs/cargo/template +++ b/srcpkgs/cargo/template @@ -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 " 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() {