mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"version": "1.6.3",
|
|
"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.3-win64.exe",
|
|
"hash": "bc43b8729dd2d95d9d148ada989c8582a66e99af89fcc91d8ed41ee2f13a9985"
|
|
},
|
|
"32bit": {
|
|
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.6/julia-1.6.3-win32.exe",
|
|
"hash": "6448735fb3c17866106664b9e390a06ccae86b057f508c842897ef6d77495fd6"
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
]
|
|
}
|