Update: 1.3.2
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,13 +1,13 @@
|
|||||||
pkgbase = rancher-k3d-bin
|
pkgbase = rancher-k3d-bin
|
||||||
pkgdesc = Little helper to run Rancher Labs k3s in Docker
|
pkgdesc = Little helper to run Rancher Labs k3s in Docker
|
||||||
pkgver = 1.3.1
|
pkgver = 1.3.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/rancher/k3d
|
url = https://github.com/rancher/k3d
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
provides = k3d
|
provides = k3d
|
||||||
source = rancher-k3d-bin-1.3.1::https://github.com/rancher/k3d/releases/download/v1.3.1/k3d-linux-amd64
|
source = rancher-k3d-bin-1.3.2::https://github.com/rancher/k3d/releases/download/v1.3.2/k3d-linux-amd64
|
||||||
sha256sums = 52b127b76ef76652adf94e8310c85270ae24831ca222bb082d5ced0e80380916
|
sha256sums = 58a25950f855102a3e5c6b5af381ac5443b72c69d1c3ebb8f193e75629c4a995
|
||||||
|
|
||||||
pkgname = rancher-k3d-bin
|
pkgname = rancher-k3d-bin
|
||||||
|
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Jonas Dellinger <jonas@dellinger.dev>
|
# Maintainer: Jonas Dellinger <jonas@dellinger.dev>
|
||||||
pkgname="rancher-k3d-bin"
|
pkgname="rancher-k3d-bin"
|
||||||
pkgver=1.3.1
|
pkgver=1.3.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Little helper to run Rancher Labs k3s in Docker'
|
pkgdesc='Little helper to run Rancher Labs k3s in Docker'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@@ -8,7 +8,7 @@ url='https://github.com/rancher/k3d'
|
|||||||
license=('MIT')
|
license=('MIT')
|
||||||
provides=("k3d")
|
provides=("k3d")
|
||||||
source=("${pkgname}-${pkgver}::https://github.com/rancher/k3d/releases/download/v$pkgver/k3d-linux-amd64")
|
source=("${pkgname}-${pkgver}::https://github.com/rancher/k3d/releases/download/v$pkgver/k3d-linux-amd64")
|
||||||
sha256sums=('52b127b76ef76652adf94e8310c85270ae24831ca222bb082d5ced0e80380916')
|
sha256sums=('58a25950f855102a3e5c6b5af381ac5443b72c69d1c3ebb8f193e75629c4a995')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm 0755 ${pkgname}-${pkgver} "$pkgdir/usr/bin/k3d"
|
install -Dm 0755 ${pkgname}-${pkgver} "$pkgdir/usr/bin/k3d"
|
||||||
|
|||||||
Reference in New Issue
Block a user