We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f970d1c commit 7959babCopy full SHA for 7959bab
Formula/t/tanka.rb
@@ -1,9 +1,8 @@
1
class Tanka < Formula
2
desc "Flexible, reusable and concise configuration for Kubernetes using Jsonnet"
3
homepage "https://tanka.dev"
4
- url "https://github.com/grafana/tanka.git",
5
- tag: "v0.31.2",
6
- revision: "6de85c304c5f3f416d07a6b007cb6c8797b0da13"
+ url "https://github.com/grafana/tanka/archive/refs/tags/v0.31.2.tar.gz"
+ sha256 "82ae2a379313c25d60f4a44a55af35de065c85e249b4e9c936f1173fca0a5908"
7
license "Apache-2.0"
8
head "https://github.com/grafana/tanka.git", branch: "main"
9
0 commit comments