From d8e9001b85cb77d6c479dc34a937ca107f033f9c Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Mon, 20 Apr 2026 13:46:49 +0200 Subject: [PATCH] cargo-update: update to 20.0.0 --- 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 a20e5b8f2d8..fc7b7f064dc 100644 --- a/srcpkgs/cargo-update/template +++ b/srcpkgs/cargo-update/template @@ -1,6 +1,6 @@ # Template file for 'cargo-update' pkgname=cargo-update -version=18.1.1 +version=20.0.0 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=764cb9b6657fc0eca39479cd0c25c247e18c62e3bb278edec4dfcf2eda626c7c +checksum=7e9898ae686fe64c4cf75be5c4e9e6d5f6141371182a12e4bdaa806cfe321806 post_patch() { # Upstream does not ship a lockfile and is very vocal about that being