mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
go-jsonnet: remove extract_dir parameters (#2654)
This commit is contained in:
parent
5b5f19c43b
commit
3bb1d0707f
@ -6,8 +6,7 @@
|
||||
"architecture" : {
|
||||
"64bit": {
|
||||
"url": "https://github.com/google/go-jsonnet/releases/download/v0.17.0/go-jsonnet_0.17.0_Windows_x86_64.tar.gz",
|
||||
"hash": "d4d56a4e81752b53b301d92066678d036571224383da268896149c087e5a3c03",
|
||||
"extract_dir": "go-jsonnet_0.17.0_Windows_x86_64"
|
||||
"hash": "d4d56a4e81752b53b301d92066678d036571224383da268896149c087e5a3c03"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
@ -18,8 +17,7 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"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"
|
||||
"url": "https://github.com/google/go-jsonnet/releases/download/v$version/go-jsonnet_$version_Windows_x86_64.tar.gz"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user