mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
carapace: update to 1.0.1.
This commit is contained in:
parent
c7114abea4
commit
9ced06b093
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'carapace'
|
# Template file for 'carapace'
|
||||||
pkgname=carapace
|
pkgname=carapace
|
||||||
version=1.0.0
|
version=1.0.1
|
||||||
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
|
||||||
|
@ -13,7 +13,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=d6fdc98e75241216471109d1daf0dee700915fd8c24224269b9a39355de166ef
|
checksum=28c26267bb47f7f7095d0a109df175719878840581f647883db7b8a52cad1357
|
||||||
|
|
||||||
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