mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 10:11:21 +00:00
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"version": "1.6.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.6/julia-1.6.1-win64.exe",
|
|
"hash": "953a7715cd0a0eed1fdaee1f2c2886b9581da89f56675b79cf095672fcdc8d6b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.6/julia-1.6.1-win32.exe",
|
|
"hash": "b33cca420ffee56dd1c2d7d53e2be58eb2c7a4de7ab90329e59ff9d7004e9935"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"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.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/$majorVersion.$minorVersion/julia-$version-win32.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://julialang-s3.julialang.org/bin/checksums/julia-$version.sha256"
|
|
}
|
|
},
|
|
"shortcuts": [
|
|
[
|
|
"bin\\julia.exe",
|
|
"Julia"
|
|
]
|
|
]
|
|
}
|