[CI] Updated to 4.4.2

This commit is contained in:
GitHub Action
2021-04-20 07:42:16 +00:00
parent aea0d13e7e
commit e4f5ffb06b
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 = 4.4.1
pkgver = 4.4.2
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-4.4.1-amd64::https://github.com/rancher/k3d/releases/download/v4.4.1/k3d-linux-amd64
sha256sums = 446891db12792edcc2c6bbf8c90d59e0f549eb57dbc070b0a326ae0f1cf455ae
source = rancher-k3d-bin-4.4.2-amd64::https://github.com/rancher/k3d/releases/download/v4.4.2/k3d-linux-amd64
sha256sums = 0c36ea50385b19a2eb22cd9032bf61aad9838ad8f59e0b6a21b4711bf46f39e4
pkgname = rancher-k3d-bin

View File

@@ -1,6 +1,6 @@
# Maintainer: Jonas Dellinger <jonas@dellinger.dev>
pkgname="rancher-k3d-bin"
pkgver=4.4.1
pkgver=4.4.2
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=('446891db12792edcc2c6bbf8c90d59e0f549eb57dbc070b0a326ae0f1cf455ae');;
aarch64) _CARCH=arm64 && sha256sums=('b2f4cffcb2519f821126910711cf922f78bccc611f7821feb6807f891b159c58');;
arm*) _CARCH=arm && sha256sums=('43fe1493d94f55a47b6a7f830fa91d1ffc0b6383199b7974135d8b735ac331e9');;
x86_64) _CARCH=amd64 && sha256sums=('0c36ea50385b19a2eb22cd9032bf61aad9838ad8f59e0b6a21b4711bf46f39e4');;
aarch64) _CARCH=arm64 && sha256sums=('a519a825eaa4b8ac69edbe29aa82a9c0e68c1460149287b234c2deba1c9d64b7');;
arm*) _CARCH=arm && sha256sums=('5fab5d7654ab3d23c0bbbcabdc6ccb887507cd994718c87e2aa1d869c10e8b00');;
esac
source=("${pkgname}-${pkgver}-${_CARCH}::https://github.com/rancher/k3d/releases/download/v$pkgver/k3d-linux-${_CARCH}")