mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
carapace: update to 0.29.1.
This commit is contained in:
parent
01bca9e0d9
commit
6d129b5ebf
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'carapace'
|
# Template file for 'carapace'
|
||||||
pkgname=carapace
|
pkgname=carapace
|
||||||
version=0.28.5
|
version=0.29.1
|
||||||
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
|
||||||
|
@ -10,12 +10,13 @@ go_ldflags="-X main.version=${version}"
|
||||||
short_desc="Multi-shell multi-command argument completer"
|
short_desc="Multi-shell multi-command argument completer"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/rsteube/carapace-bin"
|
homepage="https://carapace.sh/"
|
||||||
|
changelog="https://rsteube.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/rsteube/carapace-bin/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=fbe3fc36f0f74ebda761bcdfaa922ce23599ba0701c0c914db8f40914a73ab86
|
checksum=1197b0ef630533488cf5cd986e522e3dc8a3d410f6197371ae8614a14b355fbf
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
GOARCH= go generate ./cmd/...
|
CGO_ENABLED=0 GOARCH= go generate ./cmd/...
|
||||||
}
|
}
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue