ScoopInstaller_Main/julia.json
Stephen b26e703113 Julia v0.4.3
Update Julia to v0.4.3
2016-02-04 00:44:04 -06:00

40 lines
1.1 KiB
JSON

{
"homepage": "http://julialang.org",
"version": "0.4.3",
"license": "MIT",
"architecture": {
"64bit": {
"url": "http://s3.amazonaws.com/julialang/bin/winnt/x64/0.4/julia-0.4.3-win64.exe#/dl.7z",
"hash": "7a1031b450e39fff14a82ea2e2f7072d24a7293f8f97185741fe4983c32d5c1b"
},
"32bit": {
"url": "http://s3.amazonaws.com/julialang/bin/winnt/x86/0.4/julia-0.4.3-win32.exe#/dl.7z",
"hash": "23429406c2211fcabaef0f484c05c5674663acab313b92139213374f28f4b9fc"
}
},
"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": "http://julialang.org/downloads/",
"re": "<h1>Current Release</h1>\\s*<a name=\"v([^\"]+)\"></a>"
}
}