chortbauer 3bc62e2d84
julia: Add shortcut (#1625)
Add shortcut to launch Julia repl
2020-12-02 11:23:21 +08:00

42 lines
1.4 KiB
JSON

{
"version": "1.5.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.5/julia-1.5.3-win64.exe",
"hash": "5c5c5f8794747072296d33d6547977a61126c6283b449814fb6e8005fb282a59"
},
"32bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.5/julia-1.5.3-win32.exe",
"hash": "092cf20eb0d2ec5a0113c613d974caa982d96f4ac69bbe175336a9514d35fa80"
}
},
"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"
]
]
}