Package Details: rancher-k3d 5.6.0-1

Git Clone URL: https://aur.archlinux.org/rancher-k3d.git (read-only, click to copy)
Package Base: rancher-k3d
Description: Little helper to run CNCF's k3s in Docker
Upstream URL: https://github.com/k3d-io/k3d
Licenses: MIT
Provides: k3d
Submitter: arth
Maintainer: cjc7373
Last Packager: cjc7373
Votes: 1
Popularity: 0.102363
First Submitted: 2022-06-07 12:58 (UTC)
Last Updated: 2023-12-23 11:54 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

magnus commented on 2023-06-13 13:04 (UTC)

A diff to the PKGBUILD that brings it to version 5.5.1:

diff --git a/PKGBUILD b/PKGBUILD
index 540022b..35683cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@

 pkgname=rancher-k3d
 _pkgname=k3d
-pkgver=5.4.2
-pkgrel=2
-pkgdesc='k3s is the lightweight Kubernetes distribution by Rancher'
+pkgver=5.5.1
+pkgrel=0
+pkgdesc="Little helper to run CNCF's k3s in Docker"
 arch=('x86_64')
 url='https://github.com/k3d-io/k3d'
 license=('MIT')
 source=("$_pkgname-$pkgver.tar.gz::https://github.com/k3d-io/k3d/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('fae4ffc61987321b58b562d7d6c6c0e60c148eb47a9dfeddb330937ef06b3523')
+sha256sums=('e01e274a5a9ea547bcdd885504bd44ef37b67a5a3f597bcb69b84d54eb8bfef0')
 makedepends=('go')
 provides=('k3d')