summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuologic2023-03-08 10:28:14 +0100
committerDuologic2023-03-08 10:28:30 +0100
commitf373dcb65f2b7cf2efaafb29ca5a6f7e7c045fee (patch)
tree267857e49236f1b50386aae3d88a3ef979db9e0d
parentcf8e1c376cd96f3072a00431ce63c21b45595e42 (diff)
downloadaur-f373dcb65f2b7cf2efaafb29ca5a6f7e7c045fee.tar.gz
update to 0.24.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 917dbc44246a..68084c35e47f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tanka-bin
pkgdesc = Flexible, reusable and concise configuration for Kubernetes using Jsonnet
- pkgver = 0.19.0
+ pkgver = 0.24.0
pkgrel = 0
url = https://tanka.dev
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = tanka-bin
optdepends = kustomize: optional kustomize integration
provides = tanka
conflicts = tanka
- source = tk-0.19.0::https://github.com/grafana/tanka/releases/download/v0.19.0/tk-linux-amd64
- sha256sums = e6ee154b1d13f04fc6c2d8f22c8e694d4295d91079021e9f06ff60ed0c1f1726
+ source = tk-0.24.0::https://github.com/grafana/tanka/releases/download/v0.24.0/tk-linux-amd64
+ sha256sums = 82c8c533c29eefea0af9c28f487203b19dec84ce2624702f99196e777f946ddc
pkgname = tanka-bin
diff --git a/PKGBUILD b/PKGBUILD
index dd26e7bd4f8c..f0d8a3662012 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: sh0rez <me@shorez.de>
pkgname=tanka-bin
-pkgver=0.19.0
+pkgver=0.24.0
pkgrel=0
pkgdesc='Flexible, reusable and concise configuration for Kubernetes using Jsonnet'
arch=('x86_64')
@@ -25,4 +25,4 @@ package() {
install -Dm 755 "$srcdir/tk-$pkgver" "$pkgdir/usr/bin/tk"
}
-sha256sums=('e6ee154b1d13f04fc6c2d8f22c8e694d4295d91079021e9f06ff60ed0c1f1726')
+sha256sums=('82c8c533c29eefea0af9c28f487203b19dec84ce2624702f99196e777f946ddc')