mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
carapace: update to 1.0.6.
This commit is contained in:
parent
53d0ae2681
commit
836d303a67
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'carapace'
|
# Template file for 'carapace'
|
||||||
pkgname=carapace
|
pkgname=carapace
|
||||||
version=1.0.5
|
version=1.0.6
|
||||||
revision=2
|
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
|
||||||
go_package="${go_import_path}/cmd/carapace"
|
go_package="${go_import_path}/cmd/carapace"
|
||||||
|
@ -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=25555206b1b5350cba3567463cb2c5b87c43fad20d4e8200ab78d49371c0b4db
|
checksum=9dbf29ed24c683d753d4d512f2ddfa63bc52f9dde3610924dfd950659f8fa7bd
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
CGO_ENABLED=0 GOARCH= go generate ./cmd/...
|
CGO_ENABLED=0 GOARCH= go generate ./cmd/...
|
||||||
|
|
Loading…
Add table
Reference in a new issue