julia: Update to version 1.5.1

This commit is contained in:
Richard Kuhnt 2020-08-26 18:01:03 +00:00
parent 5c62204acb
commit 1a6b27df9a

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://julialang.org", "homepage": "https://julialang.org",
"description": "A programming language that is a fresh approach to technical computing.", "description": "A programming language that is a fresh approach to technical computing.",
"version": "1.5.0", "version": "1.5.1",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.5/julia-1.5.0-win64.exe", "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.5/julia-1.5.1-win64.exe",
"hash": "4e7a488f81bec527d333f8f212ede0888297efa4c3596230d967b083a9c776be" "hash": "965c1c5ee79602e28d7cff6a0f82473d7345db42914de48cf70973660ee0f11d"
}, },
"32bit": { "32bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.5/julia-1.5.0-win32.exe", "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.5/julia-1.5.1-win32.exe",
"hash": "7a62c9aa5689f6a07e27f10d6c30ca3736bdcb6e42f0ab1895cb426fc8995b04" "hash": "9e3cedfceb13a512211e616fa0eabe925351b5fc2f8836df8c46b43f7048bf19"
} }
}, },
"innosetup": true, "innosetup": true,