jsonnet 0.9.0
The release notes mention: Fix a segfault in the GC when using native functions. Some minor bug fixes. Imported values are now cached after execution, resulting in a ~2x performance improvement (measured on some real Jsonnet code). Closes #6021. Signed-off-by: Zhiming Wang <zmwangx@gmail.com>
This commit is contained in:
parent
7ab9f4eb9d
commit
511d3a983f
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Jsonnet < Formula
|
class Jsonnet < Formula
|
||||||
desc "Domain specific configuration language for defining JSON data."
|
desc "Domain specific configuration language for defining JSON data."
|
||||||
homepage "https://google.github.io/jsonnet/doc/"
|
homepage "https://google.github.io/jsonnet/doc/"
|
||||||
url "https://github.com/google/jsonnet/archive/v0.8.9.tar.gz"
|
url "https://github.com/google/jsonnet/archive/v0.9.0.tar.gz"
|
||||||
sha256 "88154d91fd925b6f5fccc7b41d4662297d2d61eadde836b3b74e56b209784015"
|
sha256 "8e1473cc5225b99d626cba44b85177e34bf458112df164d8a6ecc9475608795d"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
|
|
Loading…
Reference in a new issue