From fee4b744adea044a4285a1014db7843be4de94c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 00:32:33 +0000 Subject: [PATCH] julia: Update to version 1.10.1 --- bucket/julia.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index 9a5aac42b9..7e31264f25 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,18 +1,18 @@ { - "version": "1.10.0", + "version": "1.10.1", "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.10/julia-1.10.0-win64.zip", - "hash": "dc6e566772a0eed89df1bc63892802b1cb4ad92a2aacafa5e0e2be7a8cd93883", - "extract_dir": "julia-1.10.0" + "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.10/julia-1.10.1-win64.zip", + "hash": "8731f104e3dcbe8eded46b92ea773af228497280ad2f49fe529f38f99eb48ae3", + "extract_dir": "julia-1.10.1" }, "32bit": { - "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.10/julia-1.10.0-win32.zip", - "hash": "06c221460ae7a6cb03c3640f228ba1679bd0c8ea26a5bc081953f4cf1bca5e51", - "extract_dir": "julia-1.10.0" + "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.10/julia-1.10.1-win32.zip", + "hash": "6f83ec576d6b9b7da9a871685e57430c2655bd752d782fa7b0b7b69204c1328c", + "extract_dir": "julia-1.10.1" } }, "bin": "bin\\julia.exe",