Update: 1.3.4

This commit is contained in:
Jonas Dellinger
2019-10-21 10:56:42 +02:00
parent 11242b71c5
commit c80f012a83
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.3.3
pkgver = 1.3.4
pkgrel = 1
url = https://github.com/rancher/k3d
arch = x86_64
license = MIT
provides = k3d
source = rancher-k3d-bin-1.3.3::https://github.com/rancher/k3d/releases/download/v1.3.3/k3d-linux-amd64
sha256sums = b63501e58b859f6475a07cdf2d61e4bca1d3ce3d3df836086aae958d57b7ff95
source = rancher-k3d-bin-1.3.4::https://github.com/rancher/k3d/releases/download/v1.3.4/k3d-linux-amd64
sha256sums = 3d769ff720bf81acbd4bd22663d10cf222e2a220ffae11895183c72f7ad000c7
pkgname = rancher-k3d-bin

View File

@@ -1,6 +1,6 @@
# Maintainer: Jonas Dellinger <jonas@dellinger.dev>
pkgname="rancher-k3d-bin"
pkgver=1.3.3
pkgver=1.3.4
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=('b63501e58b859f6475a07cdf2d61e4bca1d3ce3d3df836086aae958d57b7ff95')
sha256sums=('3d769ff720bf81acbd4bd22663d10cf222e2a220ffae11895183c72f7ad000c7')
package() {
install -Dm 0755 ${pkgname}-${pkgver} "$pkgdir/usr/bin/k3d"