From a420cbe8e0194f98076cfb7e057df626ffea6f4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 16:30:05 +0000 Subject: [PATCH] julia: Update to version 1.11.7 --- bucket/julia.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index 1a612ed42d..50644099e5 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,19 +1,19 @@ { - "version": "1.11.6", + "version": "1.11.7", "description": "A programming language that is a fresh approach to technical computing.", "homepage": "https://julialang.org", "license": "MIT", "notes": "Use the juliaup package instead for easier management of multiple toolchains, including beta/nightly releases.", "architecture": { "64bit": { - "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.11/julia-1.11.6-win64.zip", - "hash": "7441e1cb56cd3df4d2a9969d3f9b324148fbc2ae3f39625f02f3dd8db964da17", - "extract_dir": "julia-1.11.6" + "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.11/julia-1.11.7-win64.zip", + "hash": "3ff4a717de380de368f0c75e3e11880220b8d2dde689a0f76c40c2ccd70579db", + "extract_dir": "julia-1.11.7" }, "32bit": { - "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.11/julia-1.11.6-win32.zip", - "hash": "d0d7819d6479350f4890652bfe01b262ecc28ab1f6c387d40243a05ce14479f1", - "extract_dir": "julia-1.11.6" + "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.11/julia-1.11.7-win32.zip", + "hash": "992526473b6382315728254595db91afdb7283a2c31cdfdc2576a4cc37e997aa", + "extract_dir": "julia-1.11.7" } }, "bin": "bin\\julia.exe",