[CI] Updated to 5.0.1

This commit is contained in:
GitHub Action
2021-10-13 19:29:51 +00:00
parent 2d8042acc1
commit 9fedaa5171
2 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = rancher-k3d-bin
pkgdesc = Little helper to run Rancher Labs k3s in Docker
pkgver = 5.0.0
pkgver = 5.0.1
pkgrel = 1
url = https://github.com/rancher/k3d
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = rancher-k3d-bin
license = MIT
provides = k3d
conflicts = rancher-k3d-beta-bin
source = rancher-k3d-bin-5.0.0-amd64::https://github.com/rancher/k3d/releases/download/v5.0.0/k3d-linux-amd64
sha256sums = 6744bfd5cea611dc3f2a24da7b25a28fd0dd4b78c486193c238d55619d7b7c43
source = rancher-k3d-bin-5.0.1-amd64::https://github.com/rancher/k3d/releases/download/v5.0.1/k3d-linux-amd64
sha256sums = 84a45821b16df2fb60ab9144bad3d0e67805a2bfee17bee51b09bc1e75c0fc10
pkgname = rancher-k3d-bin

View File

@@ -1,6 +1,6 @@
# Maintainer: Jonas Dellinger <jonas@dellinger.dev>
pkgname="rancher-k3d-bin"
pkgver=5.0.0
pkgver=5.0.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=('6744bfd5cea611dc3f2a24da7b25a28fd0dd4b78c486193c238d55619d7b7c43');;
aarch64) _CARCH=arm64 && sha256sums=('c4d34ac455750e46dcdfd98b5d63002481a1edb7eef5585241c8ec8137d96735');;
arm*) _CARCH=arm && sha256sums=('165ecf9ee29b9768f07f3349662898b6eefa40e7fee325b931c2f9179d202a86');;
x86_64) _CARCH=amd64 && sha256sums=('84a45821b16df2fb60ab9144bad3d0e67805a2bfee17bee51b09bc1e75c0fc10');;
aarch64) _CARCH=arm64 && sha256sums=('e52cadf623e8a73e64f0715c29d8a6719b81d64a05ea78d577626b666239c15a');;
arm*) _CARCH=arm && sha256sums=('5cec62ee8584ffb4e21167dc6dbb01bd36c0d2cd96e544662fd882aaa5e9d3ab');;
esac
source=("${pkgname}-${pkgver}-${_CARCH}::https://github.com/rancher/k3d/releases/download/v$pkgver/k3d-linux-${_CARCH}")