update to v0.8.2

This commit is contained in:
Lukas Grossar
2018-06-04 09:38:26 +02:00
parent cd4fa51df2
commit 1e2e26fc42
2 changed files with 5 additions and 5 deletions

View File

@@ -1,13 +1,13 @@
pkgbase = ark-bin pkgbase = ark-bin
pkgdesc = Backup client for Kubernetes pkgdesc = Backup client for Kubernetes
pkgver = 0.8.1 pkgver = 0.8.2
pkgrel = 1 pkgrel = 1
url = https://github.com/heptio/ark url = https://github.com/heptio/ark
arch = x86_64 arch = x86_64
license = Apache license = Apache
optdepends = kubectl-bin: To connect to Kubernetes 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 source = https://github.com/heptio/ark/releases/download/v0.8.2/ark-v0.8.2-linux-amd64.tar.gz
sha256sums = 174650898e3c09b7055cf1696e7e3470e97df46651e4ac590c2bbd6e99bae4c1 sha256sums = 6ce965c1ae715e3153ae920af2fff4c4319fb8e137159a786d2993ecf63c660e
pkgname = ark-bin pkgname = ark-bin

View File

@@ -1,7 +1,7 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com> # Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
pkgname=ark-bin pkgname=ark-bin
pkgver=0.8.1 pkgver=0.8.2
pkgrel=1 pkgrel=1
pkgdesc="Backup client for Kubernetes" pkgdesc="Backup client for Kubernetes"
arch=('x86_64') arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/heptio/ark"
optdepends=('kubectl-bin: To connect to Kubernetes') optdepends=('kubectl-bin: To connect to Kubernetes')
license=('Apache') license=('Apache')
source=("https://github.com/heptio/ark/releases/download/v${pkgver}/ark-v${pkgver}-linux-amd64.tar.gz") source=("https://github.com/heptio/ark/releases/download/v${pkgver}/ark-v${pkgver}-linux-amd64.tar.gz")
sha256sums=('174650898e3c09b7055cf1696e7e3470e97df46651e4ac590c2bbd6e99bae4c1') sha256sums=('6ce965c1ae715e3153ae920af2fff4c4319fb8e137159a786d2993ecf63c660e')
package() { package() {
cd "$srcdir" cd "$srcdir"