From b362b03f39ea1b102b783b3ed5a45a76812a847e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 00:39:22 +0000 Subject: [PATCH] julia: Update to version 1.11.5 --- bucket/julia.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index 7d33f12558..be811a083e 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,18 +1,18 @@ { - "version": "1.11.4", + "version": "1.11.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.11/julia-1.11.4-win64.zip", - "hash": "81a5d228a1fd27b70fb3015291920754f02d93fdd9248897961ae18deefaff55", - "extract_dir": "julia-1.11.4" + "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.11/julia-1.11.5-win64.zip", + "hash": "580ecaf458e273568bdd6ebcb7126392cd1e71f9b9500e0156769334774c595b", + "extract_dir": "julia-1.11.5" }, "32bit": { - "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.11/julia-1.11.4-win32.zip", - "hash": "7c9771d4129eecdda7ffe4c5c2a6f47777efb97210c195e96fbaf50f701e4acc", - "extract_dir": "julia-1.11.4" + "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.11/julia-1.11.5-win32.zip", + "hash": "d164da402271b1a0e8e9457639ea63ec396c79dab8833d1797199f0c7c767520", + "extract_dir": "julia-1.11.5" } }, "bin": "bin\\julia.exe",