Replace heptio with vmware-tanzu

This commit is contained in:
Lukas Grossar
2021-03-19 09:18:56 +01:00
parent 446e1ed1d9
commit cc504b4ffd
2 changed files with 6 additions and 6 deletions

View File

@@ -2,14 +2,14 @@
pkgname=velero-bin
pkgver=1.5.3
pkgrel=1
pkgrel=2
pkgdesc="Backup client for Kubernetes"
arch=('x86_64')
url="https://github.com/heptio/velero"
url="https://github.com/vmware-tanzu/velero"
depends=('kubectl')
replaces=('ark-bin')
license=('Apache')
source=("https://github.com/heptio/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')
package() {