From a1a7e436df2cd09dff7e2e6c4bb31389c0074cf2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 20:29:32 +0000 Subject: [PATCH] julia: Update to version 1.11.6 --- bucket/julia.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index 28ee1d6d80..1a612ed42d 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,19 +1,19 @@ { - "version": "1.11.5", + "version": "1.11.6", "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."], + "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.5-win64.zip", - "hash": "580ecaf458e273568bdd6ebcb7126392cd1e71f9b9500e0156769334774c595b", - "extract_dir": "julia-1.11.5" + "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" }, "32bit": { - "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" + "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" } }, "bin": "bin\\julia.exe",