chore(update): 1.9.1

Signed-off-by: Toni Tauro <eye@eyenx.ch>
This commit is contained in:
Toni Tauro
2022-09-22 22:50:23 +02:00
parent 157a84f14e
commit 7865741df8

View File

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