mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 02:31:21 +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.4.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.4/julia-1.4.1-win64.exe",
|
|
"hash": "953090cf2a3690791df7550175a8969e8de15cbd84d815975b6495cc884deab6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.4/julia-1.4.1-win32.exe",
|
|
"hash": "f9bd849167a36b7206db27055e16be0f7c59deb38a2ee3ad26cdceec1a274936"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|