mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 19:55:15 +00:00
30 lines
859 B
JSON
30 lines
859 B
JSON
{
|
|
"homepage": "http://julialang.org",
|
|
"version": "0.3.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://s3.amazonaws.com/julialang/bin/winnt/x64/0.3/julia-0.3.1-win64.exe#/dl.7z",
|
|
"hash": "9281860af4939b48bb69d87b1c39777ee2e02a5b3d6a70b758b03a1c87bfe2ec"
|
|
},
|
|
"32bit": {
|
|
"url": "http://s3.amazonaws.com/julialang/bin/winnt/x86/0.3/julia-0.3.1-win32.exe#/dl.7z",
|
|
"hash": "214d2a57da9d12ba7e39ef9cb2a41478d0901e1f79943a6c8b54ffe6958e0936"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|