From 2bd462ef64ecb3f6fc197f2d8236ffcae05ec0b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 20:25:47 +0000 Subject: [PATCH] julia: Update to version 1.10.3 --- bucket/julia.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index b20a7c4475..e74104c815 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,18 +1,18 @@ { - "version": "1.10.2", + "version": "1.10.3", "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.10/julia-1.10.2-win64.zip", - "hash": "ac0b542968e8fd028189ed09760e88d60509b008f5b437e845289c52cc560e28", - "extract_dir": "julia-1.10.2" + "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.10/julia-1.10.3-win64.zip", + "hash": "0d4e17b9816a35531242a0ecb1271cac25b88acec3b04f257816c752acdf38fd", + "extract_dir": "julia-1.10.3" }, "32bit": { - "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.10/julia-1.10.2-win32.zip", - "hash": "647c5cd8e9c59a6cb986666aa08f751715122807c4f91a89ba8919518ceb73a8", - "extract_dir": "julia-1.10.2" + "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.10/julia-1.10.3-win32.zip", + "hash": "564bb4067eeb3a1aca706b9d2f771fd8748b8cb7cb7a7d312dd5a2a02313d31f", + "extract_dir": "julia-1.10.3" } }, "bin": "bin\\julia.exe",