Skip to content

Commit f6024a8

Browse files
authored
Merge pull request Homebrew#201355 from Homebrew/bump-tanka-0.31.0
tanka 0.31.0
2 parents 0e87cf1 + 5f53e0c commit f6024a8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/tanka.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class Tanka < Formula
22
desc "Flexible, reusable and concise configuration for Kubernetes using Jsonnet"
33
homepage "https://tanka.dev"
44
url "https://github.com/grafana/tanka.git",
5-
tag: "v0.30.2",
6-
revision: "7ced3f94234b5cbdb2edd879abb8bea72f74ae00"
5+
tag: "v0.31.0",
6+
revision: "d79a53e056495892fc202d2123a698ecb5e8ecb7"
77
license "Apache-2.0"
88
head "https://github.com/grafana/tanka.git", branch: "main"
99

@@ -13,12 +13,12 @@ class Tanka < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "97438ec530dbd4eec0301e7ede24d3018449096e7c48c4e10fd6d0577f10e215"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "97438ec530dbd4eec0301e7ede24d3018449096e7c48c4e10fd6d0577f10e215"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "97438ec530dbd4eec0301e7ede24d3018449096e7c48c4e10fd6d0577f10e215"
19-
sha256 cellar: :any_skip_relocation, sonoma: "ba40fffe9c3e5b3c81bab7baaa5efd5551168a2bdb73cbffa07634e82a477c97"
20-
sha256 cellar: :any_skip_relocation, ventura: "ba40fffe9c3e5b3c81bab7baaa5efd5551168a2bdb73cbffa07634e82a477c97"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b462dcea20844e54f1f5f8ed449d69ed03480836c5e876fdec8e2eecfb58bdc7"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2312c83ae68e7f566dd9c88fe8fde8f61d93d9dd048a6bd8f09db6e1bbb53c6f"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2312c83ae68e7f566dd9c88fe8fde8f61d93d9dd048a6bd8f09db6e1bbb53c6f"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "2312c83ae68e7f566dd9c88fe8fde8f61d93d9dd048a6bd8f09db6e1bbb53c6f"
19+
sha256 cellar: :any_skip_relocation, sonoma: "e933ac02a61aa6f43af8e7837ebd442f8c57543b7960470e6440c777e4a41821"
20+
sha256 cellar: :any_skip_relocation, ventura: "e933ac02a61aa6f43af8e7837ebd442f8c57543b7960470e6440c777e4a41821"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5f623b0738da74a59e3db2037f89643ba9612adbfd30085d87e7a49cd57faa67"
2222
end
2323

2424
depends_on "go" => :build

0 commit comments

Comments
 (0)