Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

carapace: update to 0.28.5. #47680

Merged
merged 1 commit into from
Dec 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/carapace/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'carapace'
pkgname=carapace
version=0.28.4
version=0.28.5
revision=1
build_style=go
go_import_path=github.com/rsteube/carapace-bin
Expand All @@ -12,7 +12,7 @@ maintainer="icp <[email protected]>"
license="MIT"
homepage="https://github.com/rsteube/carapace-bin"
distfiles="https://github.com/rsteube/carapace-bin/archive/refs/tags/v${version}.tar.gz"
checksum=72ce6330ef1def7515e114435b653915ba2150b43bde947f83f8fa8150f900d6
checksum=fbe3fc36f0f74ebda761bcdfaa922ce23599ba0701c0c914db8f40914a73ab86

pre_build() {
GOARCH= go generate ./cmd/...
Expand Down