ScoopInstaller_Main/julia.json
2015-11-19 20:05:21 -05:00

40 lines
1.1 KiB
JSON

{
"homepage": "http://julialang.org",
"version": "0.4.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "http://s3.amazonaws.com/julialang/bin/winnt/x64/0.4/julia-0.4.1-win64.exe#/dl.7z",
"hash": "9281860af4939b48bb69d87b1c39777ee2e02a5b3d6a70b758b03a1c87bfe2ec"
},
"32bit": {
"url": "http://s3.amazonaws.com/julialang/bin/winnt/x86/0.4/julia-0.4.1-win32.exe#/dl.7z",
"hash": "214d2a57da9d12ba7e39ef9cb2a41478d0901e1f79943a6c8b54ffe6958e0936"
}
},
"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>"
}
}