From 2d8ddee66d079014ad1cd0d27f735b49523c60bb Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Tue, 30 Aug 2022 18:03:40 +0200 Subject: [PATCH] k3d: update to 5.4.6. --- srcpkgs/k3d/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/k3d/template b/srcpkgs/k3d/template index a972bf447bac..d9514a819260 100644 --- a/srcpkgs/k3d/template +++ b/srcpkgs/k3d/template @@ -1,17 +1,19 @@ # Template file for 'k3d' pkgname=k3d -version=5.4.4 +version=5.4.6 revision=1 build_style=go build_helper=qemu go_import_path="github.com/k3d-io/k3d/v5" +go_mod_mode=default depends="docker" short_desc="Creates containerized k3s clusters" maintainer="Daniel Lewan " 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=f970b63ca9d1b02f6fe11b9894267c2a99138021e9cdc1dda0d1796b682bd134 +checksum=da23261c03715e351c1ff4cf0d4c905020929afe79005891c275fb6f8e180f1d _completions="bash zsh fish" post_build() {