From ef90614bdb909c371805afd60f94deff2a2e30ec Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 5 Feb 2024 01:33:21 +0530 Subject: [PATCH] carapace: update to 0.30.1. --- srcpkgs/carapace/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template index ee2735c80bc..91c0345b5e8 100644 --- a/srcpkgs/carapace/template +++ b/srcpkgs/carapace/template @@ -1,6 +1,6 @@ # Template file for 'carapace' pkgname=carapace -version=0.29.1 +version=0.30.1 revision=1 build_style=go go_import_path=github.com/rsteube/carapace-bin @@ -13,7 +13,7 @@ license="MIT" homepage="https://carapace.sh/" changelog="https://rsteube.github.io/carapace-bin/release_notes.html" distfiles="https://github.com/rsteube/carapace-bin/archive/refs/tags/v${version}.tar.gz" -checksum=1197b0ef630533488cf5cd986e522e3dc8a3d410f6197371ae8614a14b355fbf +checksum=ffccf041d14e7eb633750539f00c0cc81e3ca7d3da3b86db4f5798cde63a8b5f pre_build() { CGO_ENABLED=0 GOARCH= go generate ./cmd/...