2020-03-22 13:28:03 +01:00

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.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.4/julia-1.4.0-win64.exe",
"hash": "aa41a5c91eac5d34c7604cefd5cf8b619dbcfa35149b5de5381c2c8f06d6598c"
},
"32bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.4/julia-1.4.0-win32.exe",
"hash": "e7e4edf7ad65e6ca5ac3930f9068e74b0f534cbbb04fbee354698807b04e38a0"
}
},
"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"
}
}
}