summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuologic2020-02-12 14:49:55 +0100
committerDuologic2020-02-12 14:49:55 +0100
commit31e31106eb155e4b806e20e41950d17c1c93dde8 (patch)
treec80b32ea9b5c2a48694262014d7becccf0ddad14
parent8fea3a5dd0987f824ae5339801ff3b34a42fc399 (diff)
downloadaur-31e31106eb155e4b806e20e41950d17c1c93dde8.tar.gz
v0.7.1-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b52899145d3c..78083b3b3c55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tanka-bin
pkgdesc = Flexible, reusable and concise configuration for Kubernetes
pkgver = 0.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/grafana/tanka
arch = x86_64
license = Apache
source = https://github.com/grafana/tanka/releases/download/v0.7.1/tk-linux-amd64
- sha256sums = d37bc10c4dda8a7f961ffda5a24b8a5ac29b93030570e46b1f31c6506dd38eab
+ sha256sums = b122aa39b3e6090d82559284fe2bb7a36463fa02e254bccc40be205ebef34740
pkgname = tanka-bin
diff --git a/PKGBUILD b/PKGBUILD
index ac05db9a24b9..ca44bd41409f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=tanka-bin
pkgver=0.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="Flexible, reusable and concise configuration for Kubernetes"
arch=('x86_64')
url="https://github.com/grafana/tanka"
license=('Apache')
source=("https://github.com/grafana/tanka/releases/download/v${pkgver}/tk-linux-amd64")
-sha256sums=('d37bc10c4dda8a7f961ffda5a24b8a5ac29b93030570e46b1f31c6506dd38eab')
+sha256sums=('b122aa39b3e6090d82559284fe2bb7a36463fa02e254bccc40be205ebef34740')
package() {
install -Dm 755 "$srcdir/tk-linux-amd64" "$pkgdir/usr/bin/tk"