update to v1.3.1
And some additional packaging fixes.
This commit is contained in:
10
.SRCINFO
10
.SRCINFO
@@ -1,16 +1,14 @@
|
||||
pkgbase = velero-bin
|
||||
pkgdesc = Backup client for Kubernetes
|
||||
pkgver = 1.3.0
|
||||
pkgver = 1.3.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/heptio/velero
|
||||
install = velero-bin.install
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
optdepends = kubectl: To connect to Kubernetes
|
||||
optdepends = kubectl-bin: To connect to Kubernetes
|
||||
depends = kubectl
|
||||
replaces = ark-bin
|
||||
source = https://github.com/heptio/velero/releases/download/v1.3.0/velero-v1.3.0-linux-amd64.tar.gz
|
||||
sha256sums = 9d1f1a9983b33ae541db4c3ba9bfe3f3ad4685c8885ae71b91d8fb9048cd6008
|
||||
source = https://github.com/heptio/velero/releases/download/v1.3.1/velero-v1.3.1-linux-amd64.tar.gz
|
||||
sha256sums = 481c9aeac8aa66178d85a0d61921d14c6d014bf97e1d104aefee714517983888
|
||||
|
||||
pkgname = velero-bin
|
||||
|
||||
|
||||
10
PKGBUILD
10
PKGBUILD
@@ -1,20 +1,16 @@
|
||||
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
|
||||
|
||||
pkgname=velero-bin
|
||||
pkgver=1.3.0
|
||||
pkgver=1.3.1
|
||||
pkgrel=1
|
||||
pkgdesc="Backup client for Kubernetes"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/heptio/velero"
|
||||
optdepends=(
|
||||
'kubectl: To connect to Kubernetes'
|
||||
'kubectl-bin: To connect to Kubernetes'
|
||||
)
|
||||
depends=('kubectl')
|
||||
replaces=('ark-bin')
|
||||
install="velero-bin.install"
|
||||
license=('Apache')
|
||||
source=("https://github.com/heptio/velero/releases/download/v${pkgver}/velero-v${pkgver}-linux-amd64.tar.gz")
|
||||
sha256sums=('9d1f1a9983b33ae541db4c3ba9bfe3f3ad4685c8885ae71b91d8fb9048cd6008')
|
||||
sha256sums=('481c9aeac8aa66178d85a0d61921d14c6d014bf97e1d104aefee714517983888')
|
||||
|
||||
package() {
|
||||
install -Dm 755 "$srcdir/velero-v${pkgver}-linux-amd64/velero" -t "$pkgdir/usr/bin"
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
post_upgrade() {
|
||||
echo ">>> For instructions on how to upgrade from ark to velero see:"
|
||||
echo ">>> https://heptio.github.io/velero/v0.11.0/migrating-to-velero"
|
||||
echo ">>>"
|
||||
echo ">>> For instructions on how to upgrade to velero >= 1.0 see:"
|
||||
echo ">>> https://heptio.github.io/velero/master/upgrade-to-1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user