mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
29 lines
858 B
JSON
29 lines
858 B
JSON
{
|
|
"homepage": "http://julialang.org",
|
|
"version": "0.2.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://s3.amazonaws.com/julialang/bin/winnt/x64/0.2/julia-0.2.1-win64.exe#/dl.7z",
|
|
"hash": "19b64e7296662e69282ce48aa4886b2f2aefea4f2ea7b400821bd9ecabcd2493"
|
|
},
|
|
"32bit": {
|
|
"url": "http://s3.amazonaws.com/julialang/bin/winnt/x86/0.2/julia-0.2.1-win32.exe#/dl.7z",
|
|
"hash": "ea35f4fa9ea8deb8e207e54025f6c87331d37991a4a51c1ab0dd93a751c76e94"
|
|
}
|
|
},
|
|
"extract_dir": "julia-e44b593905",
|
|
"env_set": {
|
|
"JULIA_HOME": "$dir\\bin",
|
|
"JULIA_EXE": "julia-readline.exe",
|
|
"JULIA": "$dir\\bin\\julia-readline.exe",
|
|
"JL_PRIVATE_LIB_DIR": "bin"
|
|
},
|
|
"bin": [
|
|
[ "bin\\julia-readline.exe", "julia" ]
|
|
],
|
|
"checkver": {
|
|
"url": "http://julialang.org/downloads/",
|
|
"re": "<h1>Current Release</h1>\\s*<a name=\"v([^\"]+)\"></a>"
|
|
}
|
|
} |