[CI] Updated to 5.7.1

This commit is contained in:
GitHub Action
2024-07-11 05:08:18 +00:00
parent 8c236a3f0d
commit a8a7ff2c46
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=5.7.0
pkgver=5.7.1
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=('6d17a190f18d3f60c321f7098e6b58bc2562756cf7f9f8c9979f9afbc7cd8a99');;
aarch64) _CARCH=arm64 && sha256sums=('37fa18269b47f968002595a3271a3ce6549bba0be7f69a1b5cc28dada2fb8058');;
arm*) _CARCH=arm && sha256sums=('beed3f040a4eec05d72424d90ae648e61ee05f409c8836c10d5138caad110280');;
x86_64) _CARCH=amd64 && sha256sums=('24441b1ed9796f519e3fdaa9f076df1a92fd7b38c90d68717b1cdd0915ba6673');;
aarch64) _CARCH=arm64 && sha256sums=('12320bd26fbce2e9314934a6be688274ca9f138227a5f5fb6830538ab4f8b567');;
arm*) _CARCH=arm && sha256sums=('7ec9a4fdcdcbdf6e676eff112bc27d4c618c9c88ccc6cb0ed07b969b4cb5f382');;
esac
source=("${pkgname}-${pkgver}-${_CARCH}::https://github.com/rancher/k3d/releases/download/v$pkgver/k3d-linux-${_CARCH}")