From 419bcdcba8929af644067f2000da81f0f1cd9e61 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Mon, 7 Apr 2025 12:38:50 +0200 Subject: [PATCH] cargo-update: update to 16.2.1 --- srcpkgs/cargo-update/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cargo-update/template b/srcpkgs/cargo-update/template index d49fb03d9b1..26e73001dd3 100644 --- a/srcpkgs/cargo-update/template +++ b/srcpkgs/cargo-update/template @@ -1,6 +1,6 @@ # Template file for 'cargo-update' pkgname=cargo-update -version=16.1.0 +version=16.2.1 revision=1 build_style=cargo hostmakedepends="pkg-config go-md2man" @@ -11,7 +11,7 @@ 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=9173e0354eea95f5f6419c710467710b88c0b0a4562953bdfc4a82bfb125b8e1 +checksum=2436675baff66da3cbcab1126427f7a9d52375bc77041000d047a805cb24b244 post_patch() { # Upstream does not ship a lockfile and is very vocal about that being