[CI] Updated to 4.4.0
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,6 +1,6 @@
|
||||
pkgbase = rancher-k3d-bin
|
||||
pkgdesc = Little helper to run Rancher Labs k3s in Docker
|
||||
pkgver = 4.3.0
|
||||
pkgver = 4.4.0
|
||||
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.3.0-amd64::https://github.com/rancher/k3d/releases/download/v4.3.0/k3d-linux-amd64
|
||||
sha256sums = afb1a4b2df657c3721cc4034a381c05c3c7cc343198103157317d1e891f2ee7f
|
||||
source = rancher-k3d-bin-4.4.0-amd64::https://github.com/rancher/k3d/releases/download/v4.4.0/k3d-linux-amd64
|
||||
sha256sums = 18b3372c491c91f7df2a0f6fa28d81de2dffdc38185a9a8388fa286bf2a231ff
|
||||
|
||||
pkgname = rancher-k3d-bin
|
||||
|
||||
|
||||
8
PKGBUILD
8
PKGBUILD
@@ -1,6 +1,6 @@
|
||||
# Maintainer: Jonas Dellinger <jonas@dellinger.dev>
|
||||
pkgname="rancher-k3d-bin"
|
||||
pkgver=4.3.0
|
||||
pkgver=4.4.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=('afb1a4b2df657c3721cc4034a381c05c3c7cc343198103157317d1e891f2ee7f');;
|
||||
aarch64) _CARCH=arm64 && sha256sums=('4eb2e85411667acb6612552c6ac4115a78e588b22b48cdc02047b8398e0491e6');;
|
||||
arm*) _CARCH=arm && sha256sums=('23d68f3bd2b9a1305c82d064ca6656414dfe2956f77ea82e6c01578cd3d458e3');;
|
||||
x86_64) _CARCH=amd64 && sha256sums=('18b3372c491c91f7df2a0f6fa28d81de2dffdc38185a9a8388fa286bf2a231ff');;
|
||||
aarch64) _CARCH=arm64 && sha256sums=('b82692729c4ecb30213577954d6faf3504e54b13a22a2eec1d8413d9353a2152');;
|
||||
arm*) _CARCH=arm && sha256sums=('00c9c7396c17a72445d93400ac7aef85604aaec4df625d6809708f67cf7eb883');;
|
||||
esac
|
||||
|
||||
source=("${pkgname}-${pkgver}-${_CARCH}::https://github.com/rancher/k3d/releases/download/v$pkgver/k3d-linux-${_CARCH}")
|
||||
|
||||
Reference in New Issue
Block a user