mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
k3d: revbump for go 1.21
This commit is contained in:
parent
beca919a56
commit
d916227a93
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'k3d'
|
||||
pkgname=k3d
|
||||
version=5.5.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
build_helper=qemu
|
||||
go_import_path="github.com/k3d-io/k3d/v5"
|
||||
|
@ -16,6 +16,10 @@ distfiles="https://github.com/k3d-io/k3d/archive/v${version}.tar.gz"
|
|||
checksum=b9be4f6e21017e0dae06c0e7d234ff99b0e1a49edc44d3af821b6bdb5f3d2992
|
||||
_completions="bash zsh fish"
|
||||
|
||||
pre_build() {
|
||||
export GOTOOLCHAIN="go1.20.7"
|
||||
}
|
||||
|
||||
post_build() {
|
||||
local cli=$(find $GOPATH/bin -name k3d)
|
||||
for shell in $_completions
|
||||
|
|
Loading…
Add table
Reference in a new issue