jsonnet 0.9.1
Closes #9364. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
af189af4c9
commit
b24e02cf9b
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Jsonnet < Formula
|
||||
desc "Domain specific configuration language for defining JSON data."
|
||||
homepage "https://google.github.io/jsonnet/doc/"
|
||||
url "https://github.com/google/jsonnet/archive/v0.9.0.tar.gz"
|
||||
sha256 "8e1473cc5225b99d626cba44b85177e34bf458112df164d8a6ecc9475608795d"
|
||||
url "https://github.com/google/jsonnet/archive/v0.9.1.tar.gz"
|
||||
sha256 "c74fd36b64bfa8bb2fb85b3988270adad9c9c1f7e76b725b25d0114d7ec9e784"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue