From 018c9cb04a3460b46b68e931a01d8c87cae8b266 Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 2 Jun 2024 11:16:01 +0530 Subject: [PATCH] carapace: update to 1.0.3. --- srcpkgs/carapace/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template index 3a332f4e935cc6..0793f7940bed54 100644 --- a/srcpkgs/carapace/template +++ b/srcpkgs/carapace/template @@ -1,6 +1,6 @@ # Template file for 'carapace' pkgname=carapace -version=1.0.2 +version=1.0.3 revision=1 build_style=go go_import_path=github.com/carapace-sh/carapace-bin @@ -13,7 +13,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=d35203daef0d26e7ba2738262d7606b6a98bf951deec3f7611deccf79422cfc0 +checksum=e1c63fd3d24b0bc5176b9c17a245763761e082185b30b4227f4f25dd10e70871 pre_build() { CGO_ENABLED=0 GOARCH= go generate ./cmd/...