diff --git a/.SRCINFO b/.SRCINFO index 1ff026f..2b182b5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = ark-bin pkgdesc = Backup client for Kubernetes - pkgver = 0.9.4 + pkgver = 0.9.7 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.4/ark-v0.9.4-linux-amd64.tar.gz - sha256sums = 9e4ed69252472dfa8eab0a827d00617a8ba27f22c267db655efd541513e673c8 + source = https://github.com/heptio/ark/releases/download/v0.9.7/ark-v0.9.7-linux-amd64.tar.gz + sha256sums = e1366ee0e1ceb027664039d69fa8e130677168c762b946bc51c59e220088539e pkgname = ark-bin diff --git a/PKGBUILD b/PKGBUILD index c1ce32b..c300c7c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Lukas Grossar pkgname=ark-bin -pkgver=0.9.4 +pkgver=0.9.7 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=('9e4ed69252472dfa8eab0a827d00617a8ba27f22c267db655efd541513e673c8') +sha256sums=('e1366ee0e1ceb027664039d69fa8e130677168c762b946bc51c59e220088539e') package() { cd "$srcdir"