ScoopInstaller_Main/julia.json
Ross Smith II 71701e4712 Remove errant quotes around $dir var (#2003)
* Remove errant quotes around $dir var

* node*: Change multi-line post_install to array
2018-02-03 22:47:12 +01:00

56 lines
1.7 KiB
JSON

{
"homepage": "https://julialang.org",
"version": "0.6.2",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6.2-win64.exe#/dl.7z",
"hash": "acbc61bb8056f7275f5e8f5bfafe744977201573d06cf4b4151fe4ae6721f176"
},
"32bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/0.6/julia-0.6.2-win32.exe#/dl.7z",
"hash": "e880e447fdf679df2d8a51960aa82770c77b970de27582404a68e1604a845948"
}
},
"installer": {
"file": "julia-installer.exe",
"args": [
"/S",
"/D=$dir"
]
},
"uninstaller": {
"file": "uninstall.exe",
"args": "/S"
},
"env_set": {
"JULIA_HOME": "$dir\\bin",
"JULIA_EXE": "julia.exe",
"JULIA": "$dir\\bin\\julia.exe",
"JL_PRIVATE_LIB_DIR": "bin"
},
"bin": [
[
"bin\\julia.exe",
"julia"
]
],
"checkver": {
"url": "https://julialang.org/downloads/",
"re": "<h1[^>]+>Current Release \\(v([\\d.]+)\\)</h1>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x64/$majorVersion.$minorVersion/julia-$version-win64.exe#/dl.7z"
},
"32bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/$majorVersion.$minorVersion/julia-$version-win32.exe#/dl.7z"
}
},
"hash": {
"url": "https://julialang-s3.julialang.org/bin/checksums/julia-$version.sha256"
}
}
}