mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
46 lines
1.7 KiB
JSON
46 lines
1.7 KiB
JSON
{
|
|
"version": "1.12.1",
|
|
"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.12/julia-1.12.1-win64.zip",
|
|
"hash": "bf17422eb9e9a3db16910247cc892f19047e874216f5922fc2d5de4acdb17f02",
|
|
"extract_dir": "julia-1.12.1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.12/julia-1.12.1-win32.zip",
|
|
"hash": "fba59983436e1bc742c2650a0b737ca816457bd46ce78a5fb69fc50ca08e07e2",
|
|
"extract_dir": "julia-1.12.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"
|
|
]
|
|
]
|
|
}
|