[CI] Updated to 4.4.6

This commit is contained in:
GitHub Action
2021-06-16 13:36:04 +00:00
parent 4bd382abc5
commit d1657e5169
2 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
# Maintainer: Jonas Dellinger <jonas@dellinger.dev>
pkgname="rancher-k3d-bin"
pkgver=4.4.5
pkgver=4.4.6
pkgrel=1
pkgdesc='Little helper to run Rancher Labs k3s in Docker'
arch=('x86_64' 'aarch64' 'arm' 'armv6h' 'armv7h')
@@ -10,9 +10,9 @@ provides=("k3d")
conflicts=("rancher-k3d-beta-bin")
case "${CARCH}" in
x86_64) _CARCH=amd64 && sha256sums=('a3a380b918e619b8bb5dcc2acb44b196e2bb772bc0db8e9423c50f6ee5284552');;
aarch64) _CARCH=arm64 && sha256sums=('4967f3a9a58ebce67fdf6f60a8a0eeba60f43a9789dc0fa927be91b7c8688f19');;
arm*) _CARCH=arm && sha256sums=('6ebd392415c36c7ade3f2ede12872ee65c4a45d8d62c986e4ca94602a725d176');;
x86_64) _CARCH=amd64 && sha256sums=('4e45de05370dbe37d9704bf31735b2fe04c77b4f7a1a965265592b583367ba7f');;
aarch64) _CARCH=arm64 && sha256sums=('567e18a59408f9f9fe2b2dd0b727955e3abe96ba2742f08695f702f2692a7605');;
arm*) _CARCH=arm && sha256sums=('4eb47f56924c119ee7581a74d516d32db494dcfc440e0724c45248968256c938');;
esac
source=("${pkgname}-${pkgver}-${_CARCH}::https://github.com/rancher/k3d/releases/download/v$pkgver/k3d-linux-${_CARCH}")