carapace: update to 0.28.5.

This commit is contained in:
icp 2023-12-09 12:09:04 +05:30 committed by Duncan Overbruck
parent c4b7c69d11
commit ab5351cf50

View file

@ -1,6 +1,6 @@
# Template file for 'carapace' # Template file for 'carapace'
pkgname=carapace pkgname=carapace
version=0.28.4 version=0.28.5
revision=1 revision=1
build_style=go build_style=go
go_import_path=github.com/rsteube/carapace-bin go_import_path=github.com/rsteube/carapace-bin
@ -12,7 +12,7 @@ maintainer="icp <pangolin@vivaldi.net>"
license="MIT" license="MIT"
homepage="https://github.com/rsteube/carapace-bin" homepage="https://github.com/rsteube/carapace-bin"
distfiles="https://github.com/rsteube/carapace-bin/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/rsteube/carapace-bin/archive/refs/tags/v${version}.tar.gz"
checksum=72ce6330ef1def7515e114435b653915ba2150b43bde947f83f8fa8150f900d6 checksum=fbe3fc36f0f74ebda761bcdfaa922ce23599ba0701c0c914db8f40914a73ab86
pre_build() { pre_build() {
GOARCH= go generate ./cmd/... GOARCH= go generate ./cmd/...