From ac27facefaeb5d519e39e542ba5303a313046fcb Mon Sep 17 00:00:00 2001 From: Lukas Grossar Date: Tue, 19 Nov 2019 07:12:30 +0100 Subject: [PATCH] update to v1.2.0 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index bce1f4f..e68a3f0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = velero-bin pkgdesc = Backup client for Kubernetes - pkgver = 1.1.0 + pkgver = 1.2.0 pkgrel = 2 url = https://github.com/heptio/velero install = velero-bin.install @@ -9,8 +9,8 @@ pkgbase = velero-bin optdepends = kubectl: To connect to Kubernetes optdepends = kubectl-bin: To connect to Kubernetes replaces = ark-bin - source = https://github.com/heptio/velero/releases/download/v1.1.0/velero-v1.1.0-linux-amd64.tar.gz - sha256sums = e87e25488eea87717187ea1091dd0e5e322f3291040613c3c8bc85b60df28f2d + source = https://github.com/heptio/velero/releases/download/v1.2.0/velero-v1.2.0-linux-amd64.tar.gz + sha256sums = 4080a37b487a859b5bba8391e965267cd0fe29cd67fd070b6f695fed45619e2c pkgname = velero-bin diff --git a/PKGBUILD b/PKGBUILD index ba01ba6..4986107 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Lukas Grossar pkgname=velero-bin -pkgver=1.1.0 +pkgver=1.2.0 pkgrel=2 pkgdesc="Backup client for Kubernetes" arch=('x86_64') @@ -14,7 +14,7 @@ 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=('e87e25488eea87717187ea1091dd0e5e322f3291040613c3c8bc85b60df28f2d') +sha256sums=('4080a37b487a859b5bba8391e965267cd0fe29cd67fd070b6f695fed45619e2c') package() { install -Dm 755 "$srcdir/velero-v${pkgver}-linux-amd64/velero" -t "$pkgdir/usr/bin"