From 0ced51fc0e3d54f9fe38685d219f48ea132fa51d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 01:58:33 +0000 Subject: [PATCH] julia: Update to version 1.8.5 --- bucket/julia.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index fbb0d6d807..2c2845aee6 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,18 +1,18 @@ { - "version": "1.8.4", + "version": "1.8.5", "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.4-win64.zip", - "hash": "8c31221c9eeaf3abc33f114656de4aaf999310966a1c7d46384f0f7bbcf471d2", - "extract_dir": "julia-1.8.4" + "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" }, "32bit": { - "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.8/julia-1.8.4-win32.zip", - "hash": "3f1177df5a6701d3d122ac424e8b09ec5aeaccf1fa62270541159089c08b9a09", - "extract_dir": "julia-1.8.4" + "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" } }, "bin": "bin\\julia.exe",