Skip to content

Commit

Permalink
jsonnet 0.9.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ahakanbaba authored and zmwangx committed Oct 18, 2016
1 parent 7ab9f4e commit 511d3a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/jsonnet.rb
@@ -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
Expand Down

0 comments on commit 511d3a9

Please sign in to comment.