update to v1.3.0
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = velero-bin
|
pkgbase = velero-bin
|
||||||
pkgdesc = Backup client for Kubernetes
|
pkgdesc = Backup client for Kubernetes
|
||||||
pkgver = 1.2.0
|
pkgver = 1.3.0
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/heptio/velero
|
url = https://github.com/heptio/velero
|
||||||
install = velero-bin.install
|
install = velero-bin.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@@ -9,8 +9,8 @@ pkgbase = velero-bin
|
|||||||
optdepends = kubectl: To connect to Kubernetes
|
optdepends = kubectl: To connect to Kubernetes
|
||||||
optdepends = kubectl-bin: To connect to Kubernetes
|
optdepends = kubectl-bin: To connect to Kubernetes
|
||||||
replaces = ark-bin
|
replaces = ark-bin
|
||||||
source = https://github.com/heptio/velero/releases/download/v1.2.0/velero-v1.2.0-linux-amd64.tar.gz
|
source = https://github.com/heptio/velero/releases/download/v1.3.0/velero-v1.3.0-linux-amd64.tar.gz
|
||||||
sha256sums = 4080a37b487a859b5bba8391e965267cd0fe29cd67fd070b6f695fed45619e2c
|
sha256sums = 9d1f1a9983b33ae541db4c3ba9bfe3f3ad4685c8885ae71b91d8fb9048cd6008
|
||||||
|
|
||||||
pkgname = velero-bin
|
pkgname = velero-bin
|
||||||
|
|
||||||
|
|||||||
6
PKGBUILD
6
PKGBUILD
@@ -1,8 +1,8 @@
|
|||||||
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
|
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
|
||||||
|
|
||||||
pkgname=velero-bin
|
pkgname=velero-bin
|
||||||
pkgver=1.2.0
|
pkgver=1.3.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
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/heptio/velero"
|
||||||
@@ -14,7 +14,7 @@ replaces=('ark-bin')
|
|||||||
install="velero-bin.install"
|
install="velero-bin.install"
|
||||||
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/heptio/velero/releases/download/v${pkgver}/velero-v${pkgver}-linux-amd64.tar.gz")
|
||||||
sha256sums=('4080a37b487a859b5bba8391e965267cd0fe29cd67fd070b6f695fed45619e2c')
|
sha256sums=('9d1f1a9983b33ae541db4c3ba9bfe3f3ad4685c8885ae71b91d8fb9048cd6008')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm 755 "$srcdir/velero-v${pkgver}-linux-amd64/velero" -t "$pkgdir/usr/bin"
|
install -Dm 755 "$srcdir/velero-v${pkgver}-linux-amd64/velero" -t "$pkgdir/usr/bin"
|
||||||
|
|||||||
Reference in New Issue
Block a user