From 91480f4bcaab78f724b7f8b1cdb88fc367cfd8c9 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Wed, 18 Jun 2025 00:21:26 +0200 Subject: [PATCH] cargo-update: update to 16.3.2 --- 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 26e73001dd3..8f4d01a801e 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.2.1 +version=16.3.2 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=2436675baff66da3cbcab1126427f7a9d52375bc77041000d047a805cb24b244 +checksum=49e016c8189b779af4663c62c2b304f770e5a4358ed5348ae61e68bf3034a689 post_patch() { # Upstream does not ship a lockfile and is very vocal about that being