From 00e24581758b7fc85510a9dcb5ef178f8cbfbfc2 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 14 Jul 2021 22:00:17 +0000 Subject: [PATCH] julia: Update to version 1.6.2 --- bucket/julia.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index 0bf5c68869..1965a55d48 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,16 +1,16 @@ { - "version": "1.6.1", + "version": "1.6.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.6/julia-1.6.1-win64.exe", - "hash": "953a7715cd0a0eed1fdaee1f2c2886b9581da89f56675b79cf095672fcdc8d6b" + "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.6/julia-1.6.2-win64.exe", + "hash": "380115d80e2f0bebe1885b80f67cf9330b659722f50608495962ab3a00e02977" }, "32bit": { - "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.6/julia-1.6.1-win32.exe", - "hash": "b33cca420ffee56dd1c2d7d53e2be58eb2c7a4de7ab90329e59ff9d7004e9935" + "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.6/julia-1.6.2-win32.exe", + "hash": "7ce362630ebca4c44a45592873e8347dae2b372d77dc7d64df97d8d98e53502a" } }, "innosetup": true,