[CI] Updated to 4.3.0

This commit is contained in:
GitHub Action
2021-03-10 16:28:16 +00:00
parent ffa1d0eae6
commit 26a64f2bcd
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.2.0
pkgver=4.3.0
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=('745396701fb0ffaa832b02c5b734fd5b6bb042ac878b3ad16bb810ebbf02df0c');;
aarch64) _CARCH=arm64 && sha256sums=('5077b74f9d6274eb4afeb7abbd8d4ae12496b33d9faf723d50c36e0c78b993cb');;
arm*) _CARCH=arm && sha256sums=('21a69922a2778acb00a62868fae2dc5d3ce252fa5b576d54e811eda7d3a4a1f5');;
x86_64) _CARCH=amd64 && sha256sums=('afb1a4b2df657c3721cc4034a381c05c3c7cc343198103157317d1e891f2ee7f');;
aarch64) _CARCH=arm64 && sha256sums=('4eb2e85411667acb6612552c6ac4115a78e588b22b48cdc02047b8398e0491e6');;
arm*) _CARCH=arm && sha256sums=('23d68f3bd2b9a1305c82d064ca6656414dfe2956f77ea82e6c01578cd3d458e3');;
esac
source=("${pkgname}-${pkgver}-${_CARCH}::https://github.com/rancher/k3d/releases/download/v$pkgver/k3d-linux-${_CARCH}")