Skip to content

Commit 5669fb9

Browse files
authored
Merge pull request #255932 from Homebrew/bump-tanka-0.36.2
tanka 0.36.2
2 parents c65f518 + a90882b commit 5669fb9

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
@@ -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.36.1.tar.gz"
5-
sha256 "bd2e7ddf4804437f85061bce30d84ffab1035027335bdf9ef5536f95b0584b00"
4+
url "https://github.com/grafana/tanka/archive/refs/tags/v0.36.2.tar.gz"
5+
sha256 "16ad570b4e136ccb030c9933284171969fc7e520a2580ed6e02d6bd21a36b6d9"
66
license "Apache-2.0"
77
head "https://github.com/grafana/tanka.git", branch: "main"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "67279372fbedeaaa5074d1d395a30508d33741ea25181af3e203347e477a8364"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "67279372fbedeaaa5074d1d395a30508d33741ea25181af3e203347e477a8364"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "67279372fbedeaaa5074d1d395a30508d33741ea25181af3e203347e477a8364"
18-
sha256 cellar: :any_skip_relocation, sonoma: "afd9f94a4c8cee276e5fe60c35ae61818337bd27d3f3b85c811334b3803a423e"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "676c1acc773d696cfd2f3fe1283873ebc4273f4de80c8bc39a6420ffa1a8b1cc"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2acfdfb9f5a53d8df9181767c4166bfacaf55dabf7668db62251ff3ae4a73b16"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f1eb593a9218504e1fa4660af623283805b43aa472658c695f00cc47e37a0823"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f1eb593a9218504e1fa4660af623283805b43aa472658c695f00cc47e37a0823"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1eb593a9218504e1fa4660af623283805b43aa472658c695f00cc47e37a0823"
18+
sha256 cellar: :any_skip_relocation, sonoma: "318e4f58c26fff311adae3109697abce51802bee3daccc8a8d7025d6da641b48"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "458584a93f96622bdc55e71a75fcef2af67f10ae7778c0bdf73f1227a2bbd5e7"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "51a05e89f3ca2ae1e698294e3aa6b562947dbb1e6d3cfa104c981f33dddff654"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)