From 40582e09f6e610368e406e39d321a46440e611f6 Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 5 Aug 2024 12:01:05 +0530 Subject: [PATCH] carapace: update to 1.0.5. --- srcpkgs/carapace/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template index abb0164e274..a1904b90a54 100644 --- a/srcpkgs/carapace/template +++ b/srcpkgs/carapace/template @@ -1,6 +1,6 @@ # Template file for 'carapace' pkgname=carapace -version=1.0.4 +version=1.0.5 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=745bf9cbbfc205ddc42c8a09b7a05534be792672ed9dc97bd670f74973438e1b +checksum=25555206b1b5350cba3567463cb2c5b87c43fad20d4e8200ab78d49371c0b4db pre_build() { CGO_ENABLED=0 GOARCH= go generate ./cmd/...