go-jsonnet: remove extract_dir parameters (#2654)

This commit is contained in:
Ville Vainio 2021-09-08 19:48:10 +03:00 committed by GitHub
parent 5b5f19c43b
commit 3bb1d0707f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,7 @@
"architecture" : { "architecture" : {
"64bit": { "64bit": {
"url": "https://github.com/google/go-jsonnet/releases/download/v0.17.0/go-jsonnet_0.17.0_Windows_x86_64.tar.gz", "url": "https://github.com/google/go-jsonnet/releases/download/v0.17.0/go-jsonnet_0.17.0_Windows_x86_64.tar.gz",
"hash": "d4d56a4e81752b53b301d92066678d036571224383da268896149c087e5a3c03", "hash": "d4d56a4e81752b53b301d92066678d036571224383da268896149c087e5a3c03"
"extract_dir": "go-jsonnet_0.17.0_Windows_x86_64"
} }
}, },
"bin": [ "bin": [
@ -18,8 +17,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/google/go-jsonnet/releases/download/v$version/go-jsonnet_$version_Windows_x86_64.tar.gz", "url": "https://github.com/google/go-jsonnet/releases/download/v$version/go-jsonnet_$version_Windows_x86_64.tar.gz"
"extract_dir": "go-jsonnet_$version_Windows_x86_64"
} }
}, },
"hash": { "hash": {