Julia v0.3.1

This commit is contained in:
Stephen Edgar 2014-09-29 14:57:01 +10:00
parent 67e697e044
commit a235744c0c

View File

@ -1,15 +1,15 @@
{ {
"homepage": "http://julialang.org", "homepage": "http://julialang.org",
"version": "0.2.1", "version": "0.3.1",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "http://s3.amazonaws.com/julialang/bin/winnt/x64/0.2/julia-0.2.1-win64.exe#/dl.7z", "url": "http://s3.amazonaws.com/julialang/bin/winnt/x64/0.3/julia-0.3.1-win64.exe#/dl.7z",
"hash": "19b64e7296662e69282ce48aa4886b2f2aefea4f2ea7b400821bd9ecabcd2493" "hash": "9281860af4939b48bb69d87b1c39777ee2e02a5b3d6a70b758b03a1c87bfe2ec"
}, },
"32bit": { "32bit": {
"url": "http://s3.amazonaws.com/julialang/bin/winnt/x86/0.2/julia-0.2.1-win32.exe#/dl.7z", "url": "http://s3.amazonaws.com/julialang/bin/winnt/x86/0.3/julia-0.3.1-win32.exe#/dl.7z",
"hash": "ea35f4fa9ea8deb8e207e54025f6c87331d37991a4a51c1ab0dd93a751c76e94" "hash": "214d2a57da9d12ba7e39ef9cb2a41478d0901e1f79943a6c8b54ffe6958e0936"
} }
}, },
"extract_dir": "julia-e44b593905", "extract_dir": "julia-e44b593905",
@ -26,4 +26,4 @@
"url": "http://julialang.org/downloads/", "url": "http://julialang.org/downloads/",
"re": "<h1>Current Release</h1>\\s*<a name=\"v([^\"]+)\"></a>" "re": "<h1>Current Release</h1>\\s*<a name=\"v([^\"]+)\"></a>"
} }
} }