update to v1.5.1

This commit is contained in:
Lukas Grossar
2020-09-28 12:04:10 +02:00
parent a7489779dc
commit d96689e3a9
2 changed files with 5 additions and 5 deletions

View File

@@ -1,14 +1,14 @@
pkgbase = velero-bin pkgbase = velero-bin
pkgdesc = Backup client for Kubernetes pkgdesc = Backup client for Kubernetes
pkgver = 1.4.2 pkgver = 1.5.1
pkgrel = 1 pkgrel = 1
url = https://github.com/heptio/velero url = https://github.com/heptio/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.4.2/velero-v1.4.2-linux-amd64.tar.gz source = https://github.com/heptio/velero/releases/download/v1.5.1/velero-v1.5.1-linux-amd64.tar.gz
sha256sums = 3dc6a92403165c901cbc29f262b9d656d2cf562da02f29f74f6607908a168c8b sha256sums = b5fcf377a733585ac91c482abcbe3ec44e2c5185f9bb234f779b52b38fec1632
pkgname = velero-bin pkgname = velero-bin

View File

@@ -1,7 +1,7 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com> # Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
pkgname=velero-bin pkgname=velero-bin
pkgver=1.4.2 pkgver=1.5.1
pkgrel=1 pkgrel=1
pkgdesc="Backup client for Kubernetes" pkgdesc="Backup client for Kubernetes"
arch=('x86_64') arch=('x86_64')
@@ -10,7 +10,7 @@ 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/heptio/velero/releases/download/v${pkgver}/velero-v${pkgver}-linux-amd64.tar.gz")
sha256sums=('3dc6a92403165c901cbc29f262b9d656d2cf562da02f29f74f6607908a168c8b') sha256sums=('b5fcf377a733585ac91c482abcbe3ec44e2c5185f9bb234f779b52b38fec1632')
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"