From b8153fd86219c5331ec23cf8a8f795cdd637e22e Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Sun, 4 Aug 2024 16:15:14 +0200 Subject: [PATCH] cargo-update: update to 13.4.0 --- srcpkgs/cargo-update/patches/downgrade-git2.patch | 13 ------------- srcpkgs/cargo-update/template | 6 +++--- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 srcpkgs/cargo-update/patches/downgrade-git2.patch diff --git a/srcpkgs/cargo-update/patches/downgrade-git2.patch b/srcpkgs/cargo-update/patches/downgrade-git2.patch deleted file mode 100644 index 13e98a31b74..00000000000 --- a/srcpkgs/cargo-update/patches/downgrade-git2.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Cargo.toml b/Cargo.toml -index 8e021da..0b16e72 100644 ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -52,7 +52,7 @@ tabwriter = "1.2" - lazysort = "0.2" - regex = "1.6" - serde = "1.0" --git2 = "0.18" -+git2 = "0.17" - home = "0.5" - toml = "0.5" - hex = "0.4" diff --git a/srcpkgs/cargo-update/template b/srcpkgs/cargo-update/template index 6284cfaaecb..7a76b2221ba 100644 --- a/srcpkgs/cargo-update/template +++ b/srcpkgs/cargo-update/template @@ -1,7 +1,7 @@ # Template file for 'cargo-update' pkgname=cargo-update -version=13.3.0 -revision=2 +version=13.4.0 +revision=1 build_style=cargo hostmakedepends="pkg-config go-md2man" makedepends="libcurl-devel libgit2-devel libssh2-devel openssl-devel" @@ -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=cd06ef015c3698ee567807f47f0940802cd35a668dd4b949cf28b7559bdea68a +checksum=6213e98757b0c9c2b370cf75af5070e9f05523dc3fe17fabe219fe31b9daca6b post_patch() { # Upstream does not ship a lockfile and is very vocal about that being