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:
Hakan Baba 2016-10-17 11:09:18 -07:00 committed by Zhiming Wang
parent 7ab9f4eb9d
commit 511d3a983f

View file

@ -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.8.9.tar.gz"
sha256 "88154d91fd925b6f5fccc7b41d4662297d2d61eadde836b3b74e56b209784015"
url "https://github.com/google/jsonnet/archive/v0.9.0.tar.gz"
sha256 "8e1473cc5225b99d626cba44b85177e34bf458112df164d8a6ecc9475608795d"
bottle do
cellar :any_skip_relocation