Replace heptio with vmware-tanzu
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,13 +1,13 @@
|
||||
pkgbase = velero-bin
|
||||
pkgdesc = Backup client for Kubernetes
|
||||
pkgver = 1.5.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/heptio/velero
|
||||
pkgrel = 2
|
||||
url = https://github.com/vmware-tanzu/velero
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
depends = kubectl
|
||||
replaces = ark-bin
|
||||
source = https://github.com/heptio/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.3/velero-v1.5.3-linux-amd64.tar.gz
|
||||
sha256sums = 9fd6884a88470a555990cc51f5590f9edb5fd55315040573d5aab918e105cb13
|
||||
|
||||
pkgname = velero-bin
|
||||
|
||||
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