[CI] Updated to 5.1.0

This commit is contained in:
GitHub Action
2021-11-09 12:27:09 +00:00
parent 1717c39c23
commit c4c73d3f99
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.0.3
pkgver=5.1.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=('018421fdff567df5df3840e75501a40199501ce6bf25e1f2dd259f74e13519f3');;
aarch64) _CARCH=arm64 && sha256sums=('ebf696c1b3047ecfc041087abceddcf2f120769269defc919779cec2e6ca786b');;
arm*) _CARCH=arm && sha256sums=('8b7efc0d1727b0ed493b7a860afa5bc5f35b8d3aec68fc41cf7590e10cb9fb7e');;
x86_64) _CARCH=amd64 && sha256sums=('e04cfb3cc04de17c9d4272d0b5506ee5ca1070e36e07519fbe6c00153b993195');;
aarch64) _CARCH=arm64 && sha256sums=('b997473b1ae640e2c6850fb539875a8d192dddbf7af708a22691bcc83d42191c');;
arm*) _CARCH=arm && sha256sums=('60c54419a17c9c0d1ad9e4c4d8b8c2658e5e4490452075c940038e902ce12cc9');;
esac
source=("${pkgname}-${pkgver}-${_CARCH}::https://github.com/rancher/k3d/releases/download/v$pkgver/k3d-linux-${_CARCH}")