Replace heptio with vmware-tanzu
This commit is contained in:
6
PKGBUILD
6
PKGBUILD
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user