[ci] Updated to 3.0.1

This commit is contained in:
Jonas Dellinger
2020-08-16 10:56:22 +00:00
parent 9e79663fec
commit 0ba5ac7ee3
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 = 3.0.0
pkgver = 3.0.1
pkgrel = 1
url = https://github.com/rancher/k3d
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = rancher-k3d-bin
license = MIT
provides = k3d
conflicts = rancher-k3d-beta-bin
source = rancher-k3d-bin-3.0.0::https://github.com/rancher/k3d/releases/download/v3.0.0/k3d-linux-amd64
sha256sums = 934ad7e08478fa6531b5e66e2153d2922b7db0224a8dc561146f474e7c3dcae8
source = rancher-k3d-bin-3.0.1-amd64::https://github.com/rancher/k3d/releases/download/v3.0.1/k3d-linux-amd64
sha256sums = e773d3a8377b6562d2cf29e7683c89ecc03f5843990c1853b810ca1c656aeb2e
pkgname = rancher-k3d-bin

View File

@@ -1,6 +1,6 @@
# Maintainer: Jonas Dellinger <jonas@dellinger.dev>
pkgname="rancher-k3d-bin"
pkgver=3.0.0
pkgver=3.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=('934ad7e08478fa6531b5e66e2153d2922b7db0224a8dc561146f474e7c3dcae8');;
aarch64) _CARCH=arm64 && sha256sums=('291794bef1af6bea8be2347d34f98ba95846f8c9ed3e63eab5af5b50e3e21b05');;
arm*) _CARCH=arm && sha256sums=('b93de0bb52c3779c1aadd5a090d343ca39521b82a5137e5d2bd0c003293356b6');;
x86_64) _CARCH=amd64 && sha256sums=('e773d3a8377b6562d2cf29e7683c89ecc03f5843990c1853b810ca1c656aeb2e');;
aarch64) _CARCH=arm64 && sha256sums=('a861bf5cab4376706c69836f81688eb24c2d7775a45de40cbb0612e7631e2037');;
arm*) _CARCH=arm && sha256sums=('75a9ef3e0c67f9d5f950277932f68432424b3d44da1e3939270fdeda34b0ab7d');;
esac
source=("${pkgname}-${pkgver}-${_CARCH}::https://github.com/rancher/k3d/releases/download/v$pkgver/k3d-linux-${_CARCH}")