From 511d3a983fc51b56b7e0226367a3ddd560794e78 Mon Sep 17 00:00:00 2001 From: Hakan Baba Date: Mon, 17 Oct 2016 11:09:18 -0700 Subject: [PATCH] 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 --- Formula/jsonnet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/jsonnet.rb b/Formula/jsonnet.rb index 3c60533ead..f806701c6f 100644 --- a/Formula/jsonnet.rb +++ b/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