Update: 1.5.0
This commit is contained in:
6
PKGBUILD
6
PKGBUILD
@@ -1,14 +1,14 @@
|
||||
# Maintainer: Jonas Dellinger <jonas@dellinger.dev>
|
||||
pkgname="rancher-k3d-bin"
|
||||
pkgver=1.4.0
|
||||
pkgrel=2
|
||||
pkgver=1.5.0
|
||||
pkgrel=1
|
||||
pkgdesc='Little helper to run Rancher Labs k3s in Docker'
|
||||
arch=('x86_64')
|
||||
url='https://github.com/rancher/k3d'
|
||||
license=('MIT')
|
||||
provides=("k3d")
|
||||
source=("${pkgname}-${pkgver}::https://github.com/rancher/k3d/releases/download/v$pkgver/k3d-linux-amd64")
|
||||
sha256sums=('1ce92b6b3bbdbfd8346602306c28c285c872a1eac4c01ed0505f1871a8de71ee')
|
||||
sha256sums=('e8420d0bc6d7a2d152eee3a7a4239ceec8d792951d268d08ec477b3d85b1220a')
|
||||
|
||||
package() {
|
||||
install -Dm 0755 ${pkgname}-${pkgver} "$pkgdir/usr/bin/k3d"
|
||||
|
||||
Reference in New Issue
Block a user