From 318e36e7a6190bc55167f4c4bf7429513b2c2389 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Tue, 14 Nov 2023 10:26:50 +0100 Subject: [PATCH] cargo-update: update to 13.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 d8166227c5a6b..d3b478f5449ba 100644 --- a/srcpkgs/cargo-update/template +++ b/srcpkgs/cargo-update/template @@ -1,6 +1,6 @@ # Template file for 'cargo-update' pkgname=cargo-update -version=13.2.0 +version=13.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=0c2495b7f9cf1409b13f54615a07a71c09d5099f71c2c00ce7c26ccc88112691 +checksum=e5d5bab0812bc929caed93aa70f041e58e006b63c58ff4c5e3d4fa36117a904f post_patch() { # Upstream does not ship a lockfile and is very vocal about that being