k3d: update to 5.6.0.

This commit is contained in:
Daniel Lewan 2023-08-23 10:05:57 +02:00 committed by Duncan Overbruck
parent 5c75bf4de7
commit 6f91ac2849

View file

@ -1,20 +1,21 @@
# Template file for 'k3d'
pkgname=k3d
version=5.5.2
revision=3
version=5.6.0
revision=1
build_style=go
build_helper=qemu
go_import_path="github.com/k3d-io/k3d/v5"
go_ldflags="-X ${go_import_path}/version.Version=v$version"
go_mod_mode=default
hostmakedepends="go1.20"
depends="docker"
short_desc="Creates containerized k3s clusters"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
maintainer="Daniel Lewan <daniel@teddydd.me>"
license="MIT"
homepage="https://k3d.io/"
changelog="https://raw.githubusercontent.com/k3d-io/k3d/main/CHANGELOG.md"
distfiles="https://github.com/k3d-io/k3d/archive/v${version}.tar.gz"
checksum=b9be4f6e21017e0dae06c0e7d234ff99b0e1a49edc44d3af821b6bdb5f3d2992
checksum=b9eb05c5fa213c8ec6d34a25e00ae07abeb23d70c94f55c1f32fbc16ea4e480e
_completions="bash zsh fish"
export GOTOOLCHAIN=go1.20