mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
46 lines
1.7 KiB
JSON
46 lines
1.7 KiB
JSON
{
|
|
"version": "1.11.6",
|
|
"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.6-win64.zip",
|
|
"hash": "7441e1cb56cd3df4d2a9969d3f9b324148fbc2ae3f39625f02f3dd8db964da17",
|
|
"extract_dir": "julia-1.11.6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.11/julia-1.11.6-win32.zip",
|
|
"hash": "d0d7819d6479350f4890652bfe01b262ecc28ab1f6c387d40243a05ce14479f1",
|
|
"extract_dir": "julia-1.11.6"
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
]
|
|
}
|