update to v1.4.2

This commit is contained in:
Lukas Grossar
2020-08-19 13:46:49 +02:00
parent b4ebc0a6e3
commit a7489779dc
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
pkgname=velero-bin
pkgver=1.4.0
pkgver=1.4.2
pkgrel=1
pkgdesc="Backup client for Kubernetes"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('kubectl')
replaces=('ark-bin')
license=('Apache')
source=("https://github.com/heptio/velero/releases/download/v${pkgver}/velero-v${pkgver}-linux-amd64.tar.gz")
sha256sums=('1e8afc6631d36e9fabf618777e00705b7044ade1cab9b02953f237b777f46b91')
sha256sums=('3dc6a92403165c901cbc29f262b9d656d2cf562da02f29f74f6607908a168c8b')
package() {
install -Dm 755 "$srcdir/velero-v${pkgver}-linux-amd64/velero" -t "$pkgdir/usr/bin"