diff --git a/bucket/julia.json b/bucket/julia.json index ee726f16a8..3ff2c440ff 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,12 +1,12 @@ { - "homepage": "https://julialang.org", - "description": "A programming language that is a fresh approach to technical computing.", "version": "1.5.2", + "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.2-win64.exe", - "hash": "a49c9c2c42b8d6486e86151b4ada79948266f63d5d9039422dedb8c983b92e10" + "hash": "7f6deda3132795a646934fe9aa5446b6932c31bd70e34a2dd4d0ead5be915a2a" }, "32bit": { "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", "checkver": { "url": "https://julialang.org/downloads/", - "re": "Current stable release: v([\\d.]+)" + "regex": "Current stable release: v([\\d.]+)" }, "autoupdate": { "architecture": {