From 83174ef08f8263460235913df0adda626fcdb36a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:28:24 +0000 Subject: [PATCH] julia: Update to version 1.11.1 --- bucket/julia.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index 588f536a0a..d01c183c75 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,18 +1,18 @@ { - "version": "1.11.0", + "version": "1.11.1", "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.0-win64.zip", - "hash": "5aff4a34dc1ea8ea18081fc119cd440b95a7ee8ae3d8b64cf0e0c454a5c0b754", - "extract_dir": "julia-1.11.0" + "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.11/julia-1.11.1-win64.zip", + "hash": "67cb710c089eaf14096158cd78f3ff00167c8b7be128b9e08536c82e4907c7fd", + "extract_dir": "julia-1.11.1" }, "32bit": { - "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.11/julia-1.11.0-win32.zip", - "hash": "3f040aa48e3b475b2263650cc08d714f7fdc003307ee451308745274ace2fcc3", - "extract_dir": "julia-1.11.0" + "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.11/julia-1.11.1-win32.zip", + "hash": "12f52cbc23f182b24282cfaef91a56782197e6b7eafa8fc50c8c99c8b3b4629a", + "extract_dir": "julia-1.11.1" } }, "bin": "bin\\julia.exe",