ktmpl 0.9.0
Closes #37820. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
ce8c3c2fb6
commit
212ee88179
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
class Ktmpl < Formula
|
||||
desc "Parameterized templates for Kubernetes manifests"
|
||||
homepage "https://github.com/InQuicker/ktmpl"
|
||||
url "https://github.com/InQuicker/ktmpl/archive/0.7.0.tar.gz"
|
||||
sha256 "c10d26f8e834543d8f0952a76b67292cd8f10f0814128cda9bb623ffe0952615"
|
||||
head "https://github.com/InQuicker/ktmpl.git"
|
||||
homepage "https://github.com/jimmycuadra/ktmpl"
|
||||
url "https://github.com/jimmycuadra/ktmpl/archive/0.9.0.tar.gz"
|
||||
sha256 "b2f05ae4b36f31f6801f4dcd2f5aec31d7b53b8b6dea6ddf974b22c88d8bc62b"
|
||||
head "https://github.com/jimmycuadra/ktmpl.git"
|
||||
|
||||
bottle do
|
||||
sha256 "baa701366440c52fcd4463d4215625a16300f17360d925ca6fea7dbbeabf4dc5" => :mojave
|
||||
|
|
Loading…
Reference in a new issue