Skip to content

Commit f929b89

Browse files
eagletmtyugui
authored andcommitted
Update bundled jsonnet to v0.10.0
1 parent 0f34206 commit f929b89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/jsonnet/extconf.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ def using_system_libraries?
1313
require 'mini_portile2'
1414
message "Using mini_portile version #{MiniPortile::VERSION}\n"
1515

16-
recipe = MiniPortile.new('jsonnet', 'v0.9.4')
17-
recipe.files = ['https://github.com/google/jsonnet/archive/v0.9.4.tar.gz']
16+
recipe = MiniPortile.new('jsonnet', 'v0.10.0')
17+
recipe.files = ['https://github.com/google/jsonnet/archive/v0.10.0.tar.gz']
1818
class << recipe
1919

2020
def compile

0 commit comments

Comments
 (0)