mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
carapace: update to 1.0.0.
This commit is contained in:
parent
cf960faef9
commit
d75aca3304
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'carapace'
|
# Template file for 'carapace'
|
||||||
pkgname=carapace
|
pkgname=carapace
|
||||||
version=0.30.2
|
version=1.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/rsteube/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"
|
||||||
go_build_tags="release"
|
go_build_tags="release"
|
||||||
go_ldflags="-X main.version=${version}"
|
go_ldflags="-X main.version=${version}"
|
||||||
|
@ -11,9 +11,9 @@ short_desc="Multi-shell multi-command argument completer"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://carapace.sh/"
|
homepage="https://carapace.sh/"
|
||||||
changelog="https://rsteube.github.io/carapace-bin/release_notes.html"
|
changelog="https://carapace-sh.github.io/carapace-bin/release_notes.html"
|
||||||
distfiles="https://github.com/rsteube/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=7985ef38c32f3d53f426c40ea15ea7b8b0a61292ab500f60ebb84cf9f84b00d9
|
checksum=d6fdc98e75241216471109d1daf0dee700915fd8c24224269b9a39355de166ef
|
||||||
|
|
||||||
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