1
1
class Tanka < Formula
2
2
desc "Flexible, reusable and concise configuration for Kubernetes using Jsonnet"
3
3
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 "
6
6
license "Apache-2.0"
7
7
head "https://github.com/grafana/tanka.git" , branch : "main"
8
8
@@ -12,12 +12,12 @@ class Tanka < Formula
12
12
end
13
13
14
14
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 "
21
21
end
22
22
23
23
depends_on "go" => :build
0 commit comments