From 3b63dec2845e9ffda70b8765bb843329590b82ae Mon Sep 17 00:00:00 2001 From: Lukas Grossar Date: Wed, 25 Jul 2018 12:10:10 +0200 Subject: [PATCH] update to v0.9.1 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 4d3fd64..26add96 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = ark-bin pkgdesc = Backup client for Kubernetes - pkgver = 0.9.0 + pkgver = 0.9.1 pkgrel = 1 url = https://github.com/heptio/ark arch = x86_64 license = Apache optdepends = kubectl-bin: To connect to Kubernetes - source = https://github.com/heptio/ark/releases/download/v0.9.0/ark-v0.9.0-linux-amd64.tar.gz - sha256sums = 1a452cd2b6f2b165da274b7b293c6a1f96c9020cd82a07f911a123634b82308f + source = https://github.com/heptio/ark/releases/download/v0.9.1/ark-v0.9.1-linux-amd64.tar.gz + sha256sums = 7b01746f05438b615a475b19a5cc3c59f282a4387c5a98fa3b88b450a946d1a7 pkgname = ark-bin diff --git a/PKGBUILD b/PKGBUILD index c916b49..d125683 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Lukas Grossar pkgname=ark-bin -pkgver=0.9.0 +pkgver=0.9.1 pkgrel=1 pkgdesc="Backup client for Kubernetes" arch=('x86_64') @@ -9,7 +9,7 @@ url="https://github.com/heptio/ark" optdepends=('kubectl-bin: To connect to Kubernetes') license=('Apache') source=("https://github.com/heptio/ark/releases/download/v${pkgver}/ark-v${pkgver}-linux-amd64.tar.gz") -sha256sums=('1a452cd2b6f2b165da274b7b293c6a1f96c9020cd82a07f911a123634b82308f') +sha256sums=('7b01746f05438b615a475b19a5cc3c59f282a4387c5a98fa3b88b450a946d1a7') package() { cd "$srcdir"