From 7753385a2cfc4086db5b6a7b9d0d6357fe2a1348 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 4 Jan 2024 14:54:44 +0530 Subject: [PATCH] carapace: update to 0.29.1. --- srcpkgs/carapace/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template index 0b59e2282f200..4b4f3572fdbda 100644 --- a/srcpkgs/carapace/template +++ b/srcpkgs/carapace/template @@ -1,6 +1,6 @@ # Template file for 'carapace' pkgname=carapace -version=0.28.5 +version=0.29.1 revision=1 build_style=go go_import_path=github.com/rsteube/carapace-bin @@ -10,9 +10,10 @@ go_ldflags="-X main.version=${version}" short_desc="Multi-shell multi-command argument completer" maintainer="icp " license="MIT" -homepage="https://github.com/rsteube/carapace-bin" +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=fbe3fc36f0f74ebda761bcdfaa922ce23599ba0701c0c914db8f40914a73ab86 +checksum=1197b0ef630533488cf5cd986e522e3dc8a3d410f6197371ae8614a14b355fbf pre_build() { GOARCH= go generate ./cmd/...