From 2dd12d5ea59c5e25fa0a2982389f89d9e64812f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 08:26:17 +0000 Subject: [PATCH] julia: Update to version 1.9.0 --- bucket/julia.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index 2c2845aee6..b405c67a14 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,18 +1,18 @@ { - "version": "1.8.5", + "version": "1.9.0", "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.8/julia-1.8.5-win64.zip", - "hash": "c124e69213305673a351017a0432d07aab913d6850ba09fd5a46c14b17c4f63c", - "extract_dir": "julia-1.8.5" + "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.9/julia-1.9.0-win64.zip", + "hash": "af86beb024f9433045bc25d9bf60a65ca0095f76610120eae06cbb6799b3466b", + "extract_dir": "julia-1.9.0" }, "32bit": { - "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.8/julia-1.8.5-win32.zip", - "hash": "11382e9896d6d6feeaa5ed3530292765d6a0db751d912d97339a776479de4832", - "extract_dir": "julia-1.8.5" + "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.9/julia-1.9.0-win32.zip", + "hash": "0bb3b15bd94218bb86ddd18c2a5b044b295a41912b9d42323cbee4662b91e7f5", + "extract_dir": "julia-1.9.0" } }, "bin": "bin\\julia.exe",