From c08765d0af0be1add8e99e6ac5e8018b5c2dc504 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 08:30:39 +0000 Subject: [PATCH] julia: Update to version 1.11.3 --- bucket/julia.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index ee965be52a..5533381bc9 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,18 +1,18 @@ { - "version": "1.11.2", + "version": "1.11.3", "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.11/julia-1.11.2-win64.zip", - "hash": "c35b1980f97553825ba9df254ed9deb4e34c34c47cd7636cc1a816cd5bacc9f4", - "extract_dir": "julia-1.11.2" + "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.11/julia-1.11.3-win64.zip", + "hash": "dc15c611c6bdca2ffe3ee40c70f29a28cc6de18cd00b26f4a3d0f5dc1997152c", + "extract_dir": "julia-1.11.3" }, "32bit": { - "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.11/julia-1.11.2-win32.zip", - "hash": "5bae48493a4e7fc5c4302d2be89b5a6a0a10ca625a756f3601b1426be88fefd2", - "extract_dir": "julia-1.11.2" + "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.11/julia-1.11.3-win32.zip", + "hash": "468fe30cd73b3204f8e81997c9c47685e49b30eabbaaf25f4d1e3d0588c5b5c1", + "extract_dir": "julia-1.11.3" } }, "bin": "bin\\julia.exe",