From 1e2e26fc424141cfb51be76611af413930b61d51 Mon Sep 17 00:00:00 2001 From: Lukas Grossar Date: Mon, 4 Jun 2018 09:38:26 +0200 Subject: [PATCH] update to v0.8.2 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b258176..d7bd013 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = ark-bin pkgdesc = Backup client for Kubernetes - pkgver = 0.8.1 + pkgver = 0.8.2 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.8.1/ark-v0.8.1-linux-amd64.tar.gz - sha256sums = 174650898e3c09b7055cf1696e7e3470e97df46651e4ac590c2bbd6e99bae4c1 + source = https://github.com/heptio/ark/releases/download/v0.8.2/ark-v0.8.2-linux-amd64.tar.gz + sha256sums = 6ce965c1ae715e3153ae920af2fff4c4319fb8e137159a786d2993ecf63c660e pkgname = ark-bin diff --git a/PKGBUILD b/PKGBUILD index 7dd204c..a821157 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Lukas Grossar pkgname=ark-bin -pkgver=0.8.1 +pkgver=0.8.2 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=('174650898e3c09b7055cf1696e7e3470e97df46651e4ac590c2bbd6e99bae4c1') +sha256sums=('6ce965c1ae715e3153ae920af2fff4c4319fb8e137159a786d2993ecf63c660e') package() { cd "$srcdir"