Update: 1.7.0

This commit is contained in:
Jonas Dellinger
2020-03-19 09:23:31 +01:00
parent 9065d6dc7e
commit 2ae289a184
2 changed files with 5 additions and 5 deletions

View File

@@ -1,13 +1,13 @@
pkgbase = rancher-k3d-bin
pkgdesc = Little helper to run Rancher Labs k3s in Docker
pkgver = 1.6.0
pkgver = 1.7.0
pkgrel = 1
url = https://github.com/rancher/k3d
arch = x86_64
license = MIT
provides = k3d
source = rancher-k3d-bin-1.6.0::https://github.com/rancher/k3d/releases/download/v1.6.0/k3d-linux-amd64
sha256sums = c76f53762ef2c6aa1c9275156068e51a919523a0432353287b8a9099b06320b6
source = rancher-k3d-bin-1.7.0::https://github.com/rancher/k3d/releases/download/v1.7.0/k3d-linux-amd64
sha256sums = da9ff31bcf4377fadfb065f4998d347f19de1168a5a553ce2c23b763ee1f6098
pkgname = rancher-k3d-bin

View File

@@ -1,6 +1,6 @@
# Maintainer: Jonas Dellinger <jonas@dellinger.dev>
pkgname="rancher-k3d-bin"
pkgver=1.6.0
pkgver=1.7.0
pkgrel=1
pkgdesc='Little helper to run Rancher Labs k3s in Docker'
arch=('x86_64')
@@ -8,7 +8,7 @@ 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=('c76f53762ef2c6aa1c9275156068e51a919523a0432353287b8a9099b06320b6')
sha256sums=('da9ff31bcf4377fadfb065f4998d347f19de1168a5a553ce2c23b763ee1f6098')
package() {
install -Dm 0755 ${pkgname}-${pkgver} "$pkgdir/usr/bin/k3d"