k3d: update to 5.6.3.

This commit is contained in:
Daniel Lewan 2024-06-25 12:03:12 +02:00 committed by cinerea0
parent ed8cee2ecd
commit afe260246c

View file

@ -1,13 +1,12 @@
# Template file for 'k3d' # Template file for 'k3d'
pkgname=k3d pkgname=k3d
version=5.6.0 version=5.6.3
revision=1 revision=1
build_style=go build_style=go
build_helper=qemu build_helper=qemu
go_import_path="github.com/k3d-io/k3d/v5" go_import_path="github.com/k3d-io/k3d/v5"
go_ldflags="-X ${go_import_path}/version.Version=v$version" go_ldflags="-X ${go_import_path}/version.Version=v$version"
go_mod_mode=default go_mod_mode=default
hostmakedepends="go1.20"
depends="docker" depends="docker"
short_desc="Creates containerized k3s clusters" short_desc="Creates containerized k3s clusters"
maintainer="Daniel Lewan <daniel@teddydd.me>" maintainer="Daniel Lewan <daniel@teddydd.me>"
@ -15,9 +14,8 @@ license="MIT"
homepage="https://k3d.io/" homepage="https://k3d.io/"
changelog="https://raw.githubusercontent.com/k3d-io/k3d/main/CHANGELOG.md" changelog="https://raw.githubusercontent.com/k3d-io/k3d/main/CHANGELOG.md"
distfiles="https://github.com/k3d-io/k3d/archive/v${version}.tar.gz" distfiles="https://github.com/k3d-io/k3d/archive/v${version}.tar.gz"
checksum=b9eb05c5fa213c8ec6d34a25e00ae07abeb23d70c94f55c1f32fbc16ea4e480e checksum=9cda377d81d20c2b059863d94f6cd94ce9299329d3239c91a25a926eb3202b0e
_completions="bash zsh fish" _completions="bash zsh fish"
export GOTOOLCHAIN=go1.20
post_build() { post_build() {
local cli=$(find $GOPATH/bin -name k3d) local cli=$(find $GOPATH/bin -name k3d)