Skip to content

Commit 7959bab

Browse files
committed
tanka: use tarball
1 parent f970d1c commit 7959bab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Formula/t/tanka.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +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.git",
5-
tag: "v0.31.2",
6-
revision: "6de85c304c5f3f416d07a6b007cb6c8797b0da13"
4+
url "https://github.com/grafana/tanka/archive/refs/tags/v0.31.2.tar.gz"
5+
sha256 "82ae2a379313c25d60f4a44a55af35de065c85e249b4e9c936f1173fca0a5908"
76
license "Apache-2.0"
87
head "https://github.com/grafana/tanka.git", branch: "main"
98

0 commit comments

Comments
 (0)