update to v0.10.1

This commit is contained in:
Lukas Grossar
2019-01-11 09:27:17 +01:00
parent 4a2771de72
commit a41aac97d6
2 changed files with 5 additions and 5 deletions

View File

@@ -1,14 +1,14 @@
pkgbase = ark-bin pkgbase = ark-bin
pkgdesc = Backup client for Kubernetes pkgdesc = Backup client for Kubernetes
pkgver = 0.10.0 pkgver = 0.10.1
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: To connect to Kubernetes optdepends = kubectl: To connect to Kubernetes
optdepends = kubectl-bin: To connect to Kubernetes optdepends = kubectl-bin: To connect to Kubernetes
source = https://github.com/heptio/ark/releases/download/v0.10.0/ark-v0.10.0-linux-amd64.tar.gz source = https://github.com/heptio/ark/releases/download/v0.10.1/ark-v0.10.1-linux-amd64.tar.gz
sha256sums = 77415be3faf5184cb75c255d70c33efc6e7c4d23c5efdd634095136bd8601821 sha256sums = 29cdc7abc0dbdaafdd2c4999e8eeda71fcefff188d3ed5e6a06cb9625e70da3d
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.10.0 pkgver=0.10.1
pkgrel=1 pkgrel=1
pkgdesc="Backup client for Kubernetes" pkgdesc="Backup client for Kubernetes"
arch=('x86_64') arch=('x86_64')
@@ -12,7 +12,7 @@ optdepends=(
) )
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=('77415be3faf5184cb75c255d70c33efc6e7c4d23c5efdd634095136bd8601821') sha256sums=('29cdc7abc0dbdaafdd2c4999e8eeda71fcefff188d3ed5e6a06cb9625e70da3d')
package() { package() {
install -Dm 755 "$srcdir/ark" -t "$pkgdir/usr/bin" install -Dm 755 "$srcdir/ark" -t "$pkgdir/usr/bin"