From cdea8e5691a3766e75e817ef7a77dd740e440d14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 04:30:25 +0000 Subject: [PATCH] juliaup: Update to version 1.18.0 --- bucket/juliaup.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/juliaup.json b/bucket/juliaup.json index 73d76f8674..ca4e27b3b3 100644 --- a/bucket/juliaup.json +++ b/bucket/juliaup.json @@ -1,17 +1,17 @@ { - "version": "1.17.19", + "version": "1.18.0", "description": "Julia installer and version multiplexer", "homepage": "https://github.com/JuliaLang/juliaup", "license": "MIT", "architecture": { "64bit": { - "url": "https://julialang-s3.julialang.org/juliaup/winmsi/Julia-v1.17.19-x64.msi", - "hash": "25d88a8bef4130fd65f5b9f37b74660f3061461a7f3d66eb0a2159abdabe9306", + "url": "https://julialang-s3.julialang.org/juliaup/winmsi/Julia-v1.18.0-x64.msi", + "hash": "f4063f2400549ee58e581122b94a3b4dcaa3e7cbf25366695b3d4614a5b48ffd", "extract_dir": "PFiles64\\Julia" }, "32bit": { - "url": "https://julialang-s3.julialang.org/juliaup/winmsi/Julia-v1.17.19-x86.msi", - "hash": "cd15fe536213e15af03a9cdc975fe83b10cd74d6793a13dca30524debd13236d", + "url": "https://julialang-s3.julialang.org/juliaup/winmsi/Julia-v1.18.0-x86.msi", + "hash": "364a10bbf7193e2013186ec62e07381cd37143275d8a9bf8b48c56a5fb8664b5", "extract_dir": "PFiles\\Julia" } },