Skip to content

Commit 3202cb8

Browse files
authored
Merge pull request #228127 from Homebrew/bump-tanka-0.33.0
tanka 0.33.0
2 parents 8dee595 + 98bea4f commit 3202cb8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/t/tanka.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Tanka < Formula
22
desc "Flexible, reusable and concise configuration for Kubernetes using Jsonnet"
33
homepage "https://tanka.dev"
4-
url "https://github.com/grafana/tanka/archive/refs/tags/v0.32.0.tar.gz"
5-
sha256 "5d328d3a499787b1eb5d20ddbe20119048636e972db6cd75a3bb83c415f1cce3"
4+
url "https://github.com/grafana/tanka/archive/refs/tags/v0.33.0.tar.gz"
5+
sha256 "1e18499f0eb96b250d1b1129fc8be7660d67b73bbaa225071d8aa6a90b3f58ef"
66
license "Apache-2.0"
77
head "https://github.com/grafana/tanka.git", branch: "main"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "68f328c212a17e0770693e85a98492e7c7bd5db2717f253addda414898213394"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "68f328c212a17e0770693e85a98492e7c7bd5db2717f253addda414898213394"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "68f328c212a17e0770693e85a98492e7c7bd5db2717f253addda414898213394"
18-
sha256 cellar: :any_skip_relocation, sonoma: "699264d6515427f4c916a519a014946b2d6d8483f70a9f7c8d05a5e9b805a67b"
19-
sha256 cellar: :any_skip_relocation, ventura: "699264d6515427f4c916a519a014946b2d6d8483f70a9f7c8d05a5e9b805a67b"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "93a66c137ec158f06004a53ac11fc6472e637f7a31aeecf77dbee1982b1f4f4f"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ab0a88919e82c9def686caac9958e5e902234cba479cc562e8fabf22397187da"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "feb7cfaa607e2124d7ad863eba4be63a65e50717f8b84ceba4fde6fb5a4ee465"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "feb7cfaa607e2124d7ad863eba4be63a65e50717f8b84ceba4fde6fb5a4ee465"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "feb7cfaa607e2124d7ad863eba4be63a65e50717f8b84ceba4fde6fb5a4ee465"
18+
sha256 cellar: :any_skip_relocation, sonoma: "b87820933d9f6ed422974a344737557a3ba91ab696b2dd8bc2071831bd621af3"
19+
sha256 cellar: :any_skip_relocation, ventura: "b87820933d9f6ed422974a344737557a3ba91ab696b2dd8bc2071831bd621af3"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "3b7814d3291301823ecdd656e56b35751a4e0d23754415a81947d810ef13cc23"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3aed090b96267bdafaa3b4a6c8543e740ee7bdab58a3a5ca9e92c25b9a9d4c4e"
2222
end
2323

2424
depends_on "go" => :build

0 commit comments

Comments
 (0)