forked from ScoopInstaller/Scoop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjulia.json
39 lines (39 loc) · 987 Bytes
/
julia.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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"
}
},
"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>"
}
}