Skip to content

Commit b421fa8

Browse files
committed
Update the default jsonnet version
1 parent c7816fb commit b421fa8

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.16.0')
17-
recipe.files = ['https://github.com/google/jsonnet/archive/v0.16.0.tar.gz']
16+
recipe = MiniPortile.new('jsonnet', 'v0.17.0')
17+
recipe.files = ['https://github.com/google/jsonnet/archive/v0.17.0.tar.gz']
1818
class << recipe
1919

2020
def compile

0 commit comments

Comments
 (0)