2019-11-26 21:00:35 +00:00

41 lines
1.5 KiB
JSON

{
"homepage": "https://julialang.org",
"description": "A programming language that is a fresh approach to technical computing.",
"version": "1.3.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.3/julia-1.3.0-win64.exe#/dl.7z",
"hash": "35af4b93188b2404a78026b583c7f010ecb17df2eabb9fc32de4737de28f31d5"
},
"32bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.3/julia-1.3.0-win32.exe#/dl.7z",
"hash": "4b5ff1aa717048a365318c67f1fa042443edd1be1b83eb52a9dd9eb0a8141364"
}
},
"installer": {
"script": [
"Expand-7zipArchive \"$dir\\julia-installer.exe\" \"$dir\" -Removal",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe\" -Recurse -Force"
]
},
"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#/dl.7z"
},
"32bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/$majorVersion.$minorVersion/julia-$version-win32.exe#/dl.7z"
}
},
"hash": {
"url": "https://julialang-s3.julialang.org/bin/checksums/julia-$version.sha256"
}
}
}