update to v1.5.4

This commit is contained in:
Lukas Grossar
2021-04-02 07:05:39 +02:00
parent cc504b4ffd
commit eea68c2c8b
2 changed files with 7 additions and 7 deletions

View File

@@ -1,14 +1,14 @@
pkgbase = velero-bin pkgbase = velero-bin
pkgdesc = Backup client for Kubernetes pkgdesc = Backup client for Kubernetes
pkgver = 1.5.3 pkgver = 1.5.4
pkgrel = 2 pkgrel = 1
url = https://github.com/vmware-tanzu/velero url = https://github.com/vmware-tanzu/velero
arch = x86_64 arch = x86_64
license = Apache license = Apache
depends = kubectl depends = kubectl
replaces = ark-bin replaces = ark-bin
source = https://github.com/vmware-tanzu/velero/releases/download/v1.5.3/velero-v1.5.3-linux-amd64.tar.gz source = https://github.com/vmware-tanzu/velero/releases/download/v1.5.4/velero-v1.5.4-linux-amd64.tar.gz
sha256sums = 9fd6884a88470a555990cc51f5590f9edb5fd55315040573d5aab918e105cb13 sha256sums = 5367765e588a59a0fbda43eb27579623e66c21b6ffdd9a10feb379148a24fdbd
pkgname = velero-bin pkgname = velero-bin

View File

@@ -1,8 +1,8 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com> # Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
pkgname=velero-bin pkgname=velero-bin
pkgver=1.5.3 pkgver=1.5.4
pkgrel=2 pkgrel=1
pkgdesc="Backup client for Kubernetes" pkgdesc="Backup client for Kubernetes"
arch=('x86_64') arch=('x86_64')
url="https://github.com/vmware-tanzu/velero" url="https://github.com/vmware-tanzu/velero"
@@ -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=('9fd6884a88470a555990cc51f5590f9edb5fd55315040573d5aab918e105cb13') sha256sums=('5367765e588a59a0fbda43eb27579623e66c21b6ffdd9a10feb379148a24fdbd')
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"