mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
k3d: update to 5.6.0.
This commit is contained in:
parent
5c75bf4de7
commit
6f91ac2849
1 changed files with 5 additions and 4 deletions
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'k3d'
|
# Template file for 'k3d'
|
||||||
pkgname=k3d
|
pkgname=k3d
|
||||||
version=5.5.2
|
version=5.6.0
|
||||||
revision=3
|
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_mod_mode=default
|
go_mod_mode=default
|
||||||
hostmakedepends="go1.20"
|
hostmakedepends="go1.20"
|
||||||
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 <daniel@teddydd.me>"
|
||||||
license="MIT"
|
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=b9be4f6e21017e0dae06c0e7d234ff99b0e1a49edc44d3af821b6bdb5f3d2992
|
checksum=b9eb05c5fa213c8ec6d34a25e00ae07abeb23d70c94f55c1f32fbc16ea4e480e
|
||||||
_completions="bash zsh fish"
|
_completions="bash zsh fish"
|
||||||
export GOTOOLCHAIN=go1.20
|
export GOTOOLCHAIN=go1.20
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue