@@ -2,8 +2,8 @@ class Tanka < Formula
2
2
desc "Flexible, reusable and concise configuration for Kubernetes using Jsonnet"
3
3
homepage "https://tanka.dev"
4
4
url "https://github.com/grafana/tanka.git" ,
5
- tag : "v0.28.4 " ,
6
- revision : "858c419dbf65e7fea9ccf58c2329d77ed009f223 "
5
+ tag : "v0.29.0 " ,
6
+ revision : "b44bdc9a210e4b9c734afa89e9a049c4112576ae "
7
7
license "Apache-2.0"
8
8
head "https://github.com/grafana/tanka.git" , branch : "main"
9
9
@@ -13,12 +13,12 @@ class Tanka < Formula
13
13
end
14
14
15
15
bottle do
16
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "4904b1190a224be8fe9820884bb9baeaa120a90bc597f75be9170f8b6a16448e "
17
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "4904b1190a224be8fe9820884bb9baeaa120a90bc597f75be9170f8b6a16448e "
18
- sha256 cellar : :any_skip_relocation , arm64_ventura : "4904b1190a224be8fe9820884bb9baeaa120a90bc597f75be9170f8b6a16448e "
19
- sha256 cellar : :any_skip_relocation , sonoma : "5e264cef5534374e9b3bcf9a0583107c9d16bf16f1418b4a718f3941f284eac7 "
20
- sha256 cellar : :any_skip_relocation , ventura : "5e264cef5534374e9b3bcf9a0583107c9d16bf16f1418b4a718f3941f284eac7 "
21
- sha256 cellar : :any_skip_relocation , x86_64_linux : "afc90e5f58b3efc170fabee9bd77047bf8c8fdd8d3a87ec208acdc609d02ac50 "
16
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "0e03063feba293dc9e5051d27e0784f1f458fcd695479e5a8793d4ce24ca3e09 "
17
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "0e03063feba293dc9e5051d27e0784f1f458fcd695479e5a8793d4ce24ca3e09 "
18
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "0e03063feba293dc9e5051d27e0784f1f458fcd695479e5a8793d4ce24ca3e09 "
19
+ sha256 cellar : :any_skip_relocation , sonoma : "8883266f9e1b8f760896bd165a85b9527494fecabec9ed75cd39f935105da752 "
20
+ sha256 cellar : :any_skip_relocation , ventura : "8883266f9e1b8f760896bd165a85b9527494fecabec9ed75cd39f935105da752 "
21
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "f64b687b36d2554eedc0465aaa58e27647eefcf255469a979dff8aff4ea6f4c1 "
22
22
end
23
23
24
24
depends_on "go" => :build
0 commit comments