From d7bf6f26311ef6feafcdda1c002c5729dbcb9cc5 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 20 Nov 2021 02:00:30 +0000 Subject: [PATCH] julia: Update to version 1.6.4 --- bucket/julia.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index 32d3390645..e18c4ecdad 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,18 +1,18 @@ { - "version": "1.6.3", + "version": "1.6.4", "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.3-win64.zip", - "hash": "e2611dd89a80ce3ff55a9bd72220aff5de151643042c0c99b7dd34f7ba5c68f0", - "extract_dir": "julia-1.6.3" + "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.6/julia-1.6.4-win64.zip", + "hash": "e4f31f9b64cc595c226fb6db20ea63136356d5693a3bf984744107435268a741", + "extract_dir": "julia-1.6.4" }, "32bit": { - "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.6/julia-1.6.3-win32.zip", - "hash": "03b573672f11d1fa64519195b5abca5c636b95fda15cef98d6ca82400b6b2537", - "extract_dir": "julia-1.6.3" + "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.6/julia-1.6.4-win32.zip", + "hash": "f90aa0e54121035e321d62e29aa4533b86aa0f062874a20a3e58c0c23f4396ff", + "extract_dir": "julia-1.6.4" } }, "bin": "bin\\julia.exe",