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

@@ -1,13 +1,13 @@
pkgbase = velero-bin pkgbase = velero-bin
pkgdesc = Backup client for Kubernetes pkgdesc = Backup client for Kubernetes
pkgver = 1.5.3 pkgver = 1.5.3
pkgrel = 1 pkgrel = 2
url = https://github.com/heptio/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/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 sha256sums = 9fd6884a88470a555990cc51f5590f9edb5fd55315040573d5aab918e105cb13
pkgname = velero-bin pkgname = velero-bin

View File

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