diff --git a/.SRCINFO b/.SRCINFO index f7cd09c..b980653 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index cb7a9ac..f59e6d4 100644 --- a/PKGBUILD +++ b/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() {