add newline to velero-bin.install

This commit is contained in:
Lukas Grossar
2019-08-22 17:15:51 +02:00
parent 92568a9a2d
commit ab011c8882
3 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = velero-bin
pkgdesc = Backup client for Kubernetes
pkgver = 1.1.0
pkgrel = 1
pkgrel = 2
url = https://github.com/heptio/velero
install = velero-bin.install
arch = x86_64

View File

@@ -2,7 +2,7 @@
pkgname=velero-bin
pkgver=1.1.0
pkgrel=1
pkgrel=2
pkgdesc="Backup client for Kubernetes"
arch=('x86_64')
url="https://github.com/heptio/velero"

View File

@@ -1,6 +1,7 @@
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"
}