Skip to content

Commit 50a56fd

Browse files
authored
Merge pull request #210423 from Homebrew/bump-tanka-0.31.3
tanka 0.31.3
2 parents e453e99 + 369f19a commit 50a56fd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/tanka.rb

+8-8
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.31.2.tar.gz"
5-
sha256 "82ae2a379313c25d60f4a44a55af35de065c85e249b4e9c936f1173fca0a5908"
4+
url "https://github.com/grafana/tanka/archive/refs/tags/v0.31.3.tar.gz"
5+
sha256 "b4f44d9d3f09e8b7b1e39a534e4cc9379c0dde63f7a8942eabb28200b021e38d"
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_sequoia: "d54baac79128b9d9a49ee4c50e32e64e68b8703a3822c5630f75f1e721a30d1a"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d54baac79128b9d9a49ee4c50e32e64e68b8703a3822c5630f75f1e721a30d1a"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d54baac79128b9d9a49ee4c50e32e64e68b8703a3822c5630f75f1e721a30d1a"
18-
sha256 cellar: :any_skip_relocation, sonoma: "afab90f615ba32ae74b4c75c0e9c381f762177e9922dad3f805a7de4d4321808"
19-
sha256 cellar: :any_skip_relocation, ventura: "afab90f615ba32ae74b4c75c0e9c381f762177e9922dad3f805a7de4d4321808"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e9076896004af6516b143d467ba7538095319c43b9ee794d0e6d53e7c2eee14c"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "63a079d7bbd728a5d9a4e0a24e810259eb7902e63d9fb92819f92d42604a0e61"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "63a079d7bbd728a5d9a4e0a24e810259eb7902e63d9fb92819f92d42604a0e61"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "63a079d7bbd728a5d9a4e0a24e810259eb7902e63d9fb92819f92d42604a0e61"
18+
sha256 cellar: :any_skip_relocation, sonoma: "d96e07d734bc5edcf536071bed1a7823a7b14bd8db1dbaf8d9415793863f67bb"
19+
sha256 cellar: :any_skip_relocation, ventura: "d96e07d734bc5edcf536071bed1a7823a7b14bd8db1dbaf8d9415793863f67bb"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "66b7f5a4be1ac6269df5025cf0beae1408a000ad3b5b3e0bee0a6fd2205d14ee"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)