[CI] Updated to 5.5.1
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 = 5.4.9
|
||||
pkgver = 5.5.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.4.9-amd64::https://github.com/rancher/k3d/releases/download/v5.4.9/k3d-linux-amd64
|
||||
sha256sums = 5fd6597668e7b09c126eddbafa79f8e0c33695f2974e35f8c9463ef3462f3113
|
||||
source = rancher-k3d-bin-5.5.1-amd64::https://github.com/rancher/k3d/releases/download/v5.5.1/k3d-linux-amd64
|
||||
sha256sums = 4849027dc5e835bcce49070af3f4eeeaada81d96bce49a8b89904832a0c3c2c0
|
||||
|
||||
pkgname = rancher-k3d-bin
|
||||
|
||||
8
PKGBUILD
8
PKGBUILD
@@ -1,6 +1,6 @@
|
||||
# Maintainer: Jonas Dellinger <jonas@dellinger.dev>
|
||||
pkgname="rancher-k3d-bin"
|
||||
pkgver=5.4.9
|
||||
pkgver=5.5.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=('5fd6597668e7b09c126eddbafa79f8e0c33695f2974e35f8c9463ef3462f3113');;
|
||||
aarch64) _CARCH=arm64 && sha256sums=('7d4d9272ee7fa294ecd817e32566fccf514489d5d9556f0cc471decf5ecefa15');;
|
||||
arm*) _CARCH=arm && sha256sums=('57c58567ab3aa05ff3e25648846c44452d0e7aee507cbbb610503ef92eb40673');;
|
||||
x86_64) _CARCH=amd64 && sha256sums=('4849027dc5e835bcce49070af3f4eeeaada81d96bce49a8b89904832a0c3c2c0');;
|
||||
aarch64) _CARCH=arm64 && sha256sums=('4a3740fb2bc61fda32b2437c270a5f7dc321ade5e9cb6d932b4b97397538042d');;
|
||||
arm*) _CARCH=arm && sha256sums=('b882af7c10ed2321490676763fdcffebda134b44ae0a71741dc13abc4b8c7013');;
|
||||
esac
|
||||
|
||||
source=("${pkgname}-${pkgver}-${_CARCH}::https://github.com/rancher/k3d/releases/download/v$pkgver/k3d-linux-${_CARCH}")
|
||||
|
||||
Reference in New Issue
Block a user