mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
46 lines
1.7 KiB
JSON
46 lines
1.7 KiB
JSON
{
|
|
"version": "1.11.7",
|
|
"description": "A programming language that is a fresh approach to technical computing.",
|
|
"homepage": "https://julialang.org",
|
|
"license": "MIT",
|
|
"notes": "Use the juliaup package instead for easier management of multiple toolchains, including beta/nightly releases.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.11/julia-1.11.7-win64.zip",
|
|
"hash": "3ff4a717de380de368f0c75e3e11880220b8d2dde689a0f76c40c2ccd70579db",
|
|
"extract_dir": "julia-1.11.7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.11/julia-1.11.7-win32.zip",
|
|
"hash": "992526473b6382315728254595db91afdb7283a2c31cdfdc2576a4cc37e997aa",
|
|
"extract_dir": "julia-1.11.7"
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
]
|
|
}
|