carapace: update to 1.0.7.

Closes: #52551 [via git-merge-pr]
This commit is contained in:
icp 2024-10-04 22:58:25 +05:30 committed by classabbyamp
parent 1053e37585
commit 22031a9771
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'carapace' # Template file for 'carapace'
pkgname=carapace pkgname=carapace
version=1.0.6 version=1.0.7
revision=1 revision=1
build_style=go build_style=go
go_import_path=github.com/carapace-sh/carapace-bin go_import_path=github.com/carapace-sh/carapace-bin
@ -14,7 +14,7 @@ license="MIT"
homepage="https://carapace.sh/" homepage="https://carapace.sh/"
changelog="https://carapace-sh.github.io/carapace-bin/release_notes.html" 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" distfiles="https://github.com/carapace-sh/carapace-bin/archive/refs/tags/v${version}.tar.gz"
checksum=9dbf29ed24c683d753d4d512f2ddfa63bc52f9dde3610924dfd950659f8fa7bd checksum=bfcd950178023909b0854bc6bded5b57d1c00123943e9dbcdfddf2a632c71ff4
pre_build() { pre_build() {
CGO_ENABLED=0 GOARCH= go generate ./cmd/... CGO_ENABLED=0 GOARCH= go generate ./cmd/...