mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 14:11:19 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://julialang.org",
|
|
"description": "A programming language that is a fresh approach to technical computing.",
|
|
"version": "1.5.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.5/julia-1.5.1-win64.exe",
|
|
"hash": "965c1c5ee79602e28d7cff6a0f82473d7345db42914de48cf70973660ee0f11d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.5/julia-1.5.1-win32.exe",
|
|
"hash": "9e3cedfceb13a512211e616fa0eabe925351b5fc2f8836df8c46b43f7048bf19"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": "bin\\julia.exe",
|
|
"checkver": {
|
|
"url": "https://julialang.org/downloads/",
|
|
"re": "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"
|
|
}
|
|
}
|
|
}
|