From 16170e7833f6f574f84e72102765413108c57968 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 7 May 2024 12:48:48 +0530 Subject: [PATCH] carapace: update to 1.0.2. --- srcpkgs/carapace/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template index e87cb0142681bd..3a332f4e935cc6 100644 --- a/srcpkgs/carapace/template +++ b/srcpkgs/carapace/template @@ -1,6 +1,6 @@ # Template file for 'carapace' pkgname=carapace -version=1.0.1 +version=1.0.2 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=28c26267bb47f7f7095d0a109df175719878840581f647883db7b8a52cad1357 +checksum=d35203daef0d26e7ba2738262d7606b6a98bf951deec3f7611deccf79422cfc0 pre_build() { CGO_ENABLED=0 GOARCH= go generate ./cmd/...