11class 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.34.0 .tar.gz"
5- sha256 "d4a30e0baa15a4890403263eef7ff6addd59a969a66e9829d101ac200849cff5 "
4+ url "https://github.com/grafana/tanka/archive/refs/tags/v0.34.1 .tar.gz"
5+ sha256 "74b4214594597a46dcf563c53a7944e737c7e7ed1ae6c7b69521ff4676e886af "
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 : "f7f017a7510f6c530e5d668e0aeee9bd922fad81331fae29d483b09b0913c1d1 "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "f7f017a7510f6c530e5d668e0aeee9bd922fad81331fae29d483b09b0913c1d1 "
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "f7f017a7510f6c530e5d668e0aeee9bd922fad81331fae29d483b09b0913c1d1 "
18- sha256 cellar : :any_skip_relocation , sonoma : "c3ee99fa558a7e294e060251479e9c3489023cd19c461cf6bfbd2e5651469dbe "
19- sha256 cellar : :any_skip_relocation , ventura : "c3ee99fa558a7e294e060251479e9c3489023cd19c461cf6bfbd2e5651469dbe "
20- sha256 cellar : :any_skip_relocation , arm64_linux : "0f3b1b71219e74154404e91925a9a59c2d333d23018f35532cf40cea33be10df "
21- sha256 cellar : :any_skip_relocation , x86_64_linux : "e6e110fe09fb3e67a4fc3d6d0c27be4ffa00f7226ef2e9be818738a585beac19 "
15+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "0429c8c19c27ff02d3b4c31ac304bd8040b6e46655bc8068f8731006b8e53fe1 "
16+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "0429c8c19c27ff02d3b4c31ac304bd8040b6e46655bc8068f8731006b8e53fe1 "
17+ sha256 cellar : :any_skip_relocation , arm64_ventura : "0429c8c19c27ff02d3b4c31ac304bd8040b6e46655bc8068f8731006b8e53fe1 "
18+ sha256 cellar : :any_skip_relocation , sonoma : "11fb3642ce95882d18e5e1547a0fd3ac2580b92db4c7e349b6a5c4593dd8d54f "
19+ sha256 cellar : :any_skip_relocation , ventura : "11fb3642ce95882d18e5e1547a0fd3ac2580b92db4c7e349b6a5c4593dd8d54f "
20+ sha256 cellar : :any_skip_relocation , arm64_linux : "2633e51428aea5d139e847126e0a571711f3e0cb2ed8b4c08e1af2b215420c3f "
21+ sha256 cellar : :any_skip_relocation , x86_64_linux : "2da2f79cdbf20090ca11999f373c62d347b792d7fbaa96c73d743c2b17c135cf "
2222 end
2323
2424 depends_on "go" => :build
0 commit comments