From 814bcbbe53a9fdb49e7ed9468d105a2d40dcafe1 Mon Sep 17 00:00:00 2001 From: Will Sinatra Date: Mon, 18 Nov 2024 22:25:50 -0500 Subject: [PATCH] testing/cargo-update: rebuild against libgit2 1.8.2 --- testing/cargo-update/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/cargo-update/APKBUILD b/testing/cargo-update/APKBUILD index 039257ef5ce..20bf0ce5aa6 100644 --- a/testing/cargo-update/APKBUILD +++ b/testing/cargo-update/APKBUILD @@ -1,7 +1,7 @@ maintainer="Hoang Nguyen " pkgname=cargo-update pkgver=15.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="cargo subcommand for checking and applying updates to installed executables" url="https://github.com/nabijaczleweli/cargo-update" arch="all"