From ba0b841b48a78c51664a2e907dfb5079a3dddf6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 00:34:40 +0000 Subject: [PATCH] julia: Update to version 1.9.2 --- bucket/julia.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index ef9c68391a..53bb860cb9 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,18 +1,18 @@ { - "version": "1.9.1", + "version": "1.9.2", "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.9/julia-1.9.1-win64.zip", - "hash": "ecbaa2f7525a3f9fcb6768663fcf0bf257af1c5ee53ba7175c1199b4ffe381dc", - "extract_dir": "julia-1.9.1" + "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.9/julia-1.9.2-win64.zip", + "hash": "cf29451bbe081b7e7c2ac386dfe5b78a9cabf858a9708655ea1e73b995b82f39", + "extract_dir": "julia-1.9.2" }, "32bit": { - "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.9/julia-1.9.1-win32.zip", - "hash": "c355475977b6e0e5b127394c2025077f5d77015704e8e984849f92611e109081", - "extract_dir": "julia-1.9.1" + "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.9/julia-1.9.2-win32.zip", + "hash": "9689d7e0b824823c6e0bda2431b9cb6e90d816912e185b3b1aff470d9a6cb6c0", + "extract_dir": "julia-1.9.2" } }, "bin": "bin\\julia.exe",