k3d: update to 5.4.6.
This commit is contained in:
parent
2a94714dfd
commit
bf839227d9
1 changed files with 4 additions and 2 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'k3d'
|
# Template file for 'k3d'
|
||||||
pkgname=k3d
|
pkgname=k3d
|
||||||
version=5.4.4
|
version=5.4.6
|
||||||
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_mod_mode=default
|
||||||
depends="docker"
|
depends="docker"
|
||||||
short_desc="Creates containerized k3s clusters"
|
short_desc="Creates containerized k3s clusters"
|
||||||
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://k3d.io/"
|
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"
|
distfiles="https://github.com/k3d-io/k3d/archive/v${version}.tar.gz"
|
||||||
checksum=f970b63ca9d1b02f6fe11b9894267c2a99138021e9cdc1dda0d1796b682bd134
|
checksum=da23261c03715e351c1ff4cf0d4c905020929afe79005891c275fb6f8e180f1d
|
||||||
_completions="bash zsh fish"
|
_completions="bash zsh fish"
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue