From 857e83d0570705012c9f88e57f58e9ac3248525e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 00:33:34 +0000 Subject: [PATCH] julia: Update to version 1.10.4 --- bucket/julia.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index e74104c815..d613fd924f 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,18 +1,18 @@ { - "version": "1.10.3", + "version": "1.10.4", "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.3-win64.zip", - "hash": "0d4e17b9816a35531242a0ecb1271cac25b88acec3b04f257816c752acdf38fd", - "extract_dir": "julia-1.10.3" + "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.10/julia-1.10.4-win64.zip", + "hash": "aa31c7d074060c2aab84a83ccd2fcabef6900c6e5f41cff8fd514fc28c42dc44", + "extract_dir": "julia-1.10.4" }, "32bit": { - "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" + "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.10/julia-1.10.4-win32.zip", + "hash": "6458722ff8f34592b5f48b872c54d18218edd51e22deecb7d755bbaf3fb7ae66", + "extract_dir": "julia-1.10.4" } }, "bin": "bin\\julia.exe",