From b1e8bb0b1b156637c97ab2fd82a6ef97c585ea3a Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Thu, 20 Feb 2025 12:28:04 +0100 Subject: [PATCH] cargo-update: update to 16.1.0 --- srcpkgs/cargo-update/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cargo-update/template b/srcpkgs/cargo-update/template index babfc746912..d49fb03d9b1 100644 --- a/srcpkgs/cargo-update/template +++ b/srcpkgs/cargo-update/template @@ -1,17 +1,17 @@ # Template file for 'cargo-update' pkgname=cargo-update -version=16.0.0 +version=16.1.0 revision=1 build_style=cargo hostmakedepends="pkg-config go-md2man" -makedepends="libcurl-devel libgit2-1.8-devel libssh2-devel openssl-devel" +makedepends="libcurl-devel libgit2-1.9-devel libssh2-devel openssl-devel" short_desc="Cargo subcommand for updates to installed executables" maintainer="Orphaned " license="MIT" homepage="https://github.com/nabijaczleweli/cargo-update" changelog="https://github.com/nabijaczleweli/cargo-update/releases" distfiles="https://github.com/nabijaczleweli/cargo-update/archive/refs/tags/v${version}.tar.gz" -checksum=50ab6c2f4c66057cdb337fe1bbb5df5b018acca88b059db0db58aa1664b44285 +checksum=9173e0354eea95f5f6419c710467710b88c0b0a4562953bdfc4a82bfb125b8e1 post_patch() { # Upstream does not ship a lockfile and is very vocal about that being