From 5464cb0e9ec8949ae306afd79ce10a3856512b80 Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 25 May 2025 01:06:14 +0530 Subject: [PATCH] carapace: update to 1.3.2. --- srcpkgs/carapace/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template index b2549c35b51..39962cd1544 100644 --- a/srcpkgs/carapace/template +++ b/srcpkgs/carapace/template @@ -1,6 +1,6 @@ # Template file for 'carapace' pkgname=carapace -version=1.3.0 +version=1.3.2 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=0ef69e42b68a421f839afbc433336ccfa761af61347cafec98414117fc363b33 +checksum=9c11dad96140430ed2b48495e5658c67680c3d78351e65c82aad455b1c62618f pre_build() { CGO_ENABLED=0 GOARCH= go generate ./cmd/...