-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathjulia.json
44 lines (44 loc) · 1.6 KB
/
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
40
41
42
43
44
{
"version": "1.11.4",
"description": "A programming language that is a fresh approach to technical computing.",
"homepage": "https://julialang.org",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.11/julia-1.11.4-win64.zip",
"hash": "81a5d228a1fd27b70fb3015291920754f02d93fdd9248897961ae18deefaff55",
"extract_dir": "julia-1.11.4"
},
"32bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.11/julia-1.11.4-win32.zip",
"hash": "7c9771d4129eecdda7ffe4c5c2a6f47777efb97210c195e96fbaf50f701e4acc",
"extract_dir": "julia-1.11.4"
}
},
"bin": "bin\\julia.exe",
"checkver": {
"url": "https://julialang.org/downloads/",
"regex": "Current stable release: v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x64/$majorVersion.$minorVersion/julia-$version-win64.zip",
"extract_dir": "julia-$version"
},
"32bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/$majorVersion.$minorVersion/julia-$version-win32.zip",
"extract_dir": "julia-$version"
}
},
"hash": {
"url": "https://julialang-s3.julialang.org/bin/checksums/julia-$version.sha256"
}
},
"shortcuts": [
[
"bin\\julia.exe",
"Julia"
]
]
}