julia@1.5.2: Hash fix (#1443)

This commit is contained in:
github-actions[bot] 2020-09-27 08:39:26 +02:00 committed by GitHub
parent 0f38154f90
commit e4398a3bce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ {
"homepage": "https://julialang.org",
"description": "A programming language that is a fresh approach to technical computing.",
"version": "1.5.2", "version": "1.5.2",
"description": "A programming language that is a fresh approach to technical computing.",
"homepage": "https://julialang.org",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.5/julia-1.5.2-win64.exe", "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.5/julia-1.5.2-win64.exe",
"hash": "a49c9c2c42b8d6486e86151b4ada79948266f63d5d9039422dedb8c983b92e10" "hash": "7f6deda3132795a646934fe9aa5446b6932c31bd70e34a2dd4d0ead5be915a2a"
}, },
"32bit": { "32bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.5/julia-1.5.2-win32.exe", "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.5/julia-1.5.2-win32.exe",
@ -17,7 +17,7 @@
"bin": "bin\\julia.exe", "bin": "bin\\julia.exe",
"checkver": { "checkver": {
"url": "https://julialang.org/downloads/", "url": "https://julialang.org/downloads/",
"re": "Current stable release: v([\\d.]+)" "regex": "Current stable release: v([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {