2024-02-15 00:32:33 +00:00

45 lines
1.6 KiB
JSON

{
"version": "1.10.1",
"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.10/julia-1.10.1-win64.zip",
"hash": "8731f104e3dcbe8eded46b92ea773af228497280ad2f49fe529f38f99eb48ae3",
"extract_dir": "julia-1.10.1"
},
"32bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.10/julia-1.10.1-win32.zip",
"hash": "6f83ec576d6b9b7da9a871685e57430c2655bd752d782fa7b0b7b69204c1328c",
"extract_dir": "julia-1.10.1"
}
},
"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"
]
]
}