From b606e4999bbc84eaf2c1e3b5a0d7de6acca4e012 Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 19 Jul 2025 13:41:44 +0530 Subject: [PATCH] carapace: update to 1.4.1. --- srcpkgs/carapace/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template index 57c53c77280..dfcab253fc4 100644 --- a/srcpkgs/carapace/template +++ b/srcpkgs/carapace/template @@ -1,6 +1,6 @@ # Template file for 'carapace' pkgname=carapace -version=1.3.3 +version=1.4.1 revision=1 build_style=go go_import_path=github.com/carapace-sh/carapace-bin @@ -14,7 +14,7 @@ license="MIT" homepage="https://carapace.sh/" changelog="https://carapace-sh.github.io/carapace-bin/release_notes.html" distfiles="https://github.com/carapace-sh/carapace-bin/archive/refs/tags/v${version}.tar.gz" -checksum=0de73fc9338eb034a0c2bdbda72880f1de12ac0bc686d814beb1975a310264fc +checksum=7460eef0ea7d19e5d0082e425fbef08f506d926d995701c7a8c3c6e90c9e61c5 pre_build() { CGO_ENABLED=0 GOARCH= go generate ./cmd/...