From a1209682f7fb629fcc57f6d7cb0ed7cef2f0a100 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 00:34:44 +0000 Subject: [PATCH] julia: Update to version 1.8.3 --- bucket/julia.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index 520f808b67..c3bb299efb 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,18 +1,18 @@ { - "version": "1.8.2", + "version": "1.8.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.8/julia-1.8.2-win64.zip", - "hash": "2529facaa5975cc43642715289d9745c21d84adb9579a4018f9bfad9057f4e8e", - "extract_dir": "julia-1.8.2" + "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.8/julia-1.8.3-win64.zip", + "hash": "47ad22250f146abffa503bfbeea688e826c57c507c828ab40350b6c870c6241a", + "extract_dir": "julia-1.8.3" }, "32bit": { - "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.8/julia-1.8.2-win32.zip", - "hash": "a679aaa7aa3df466ccffb1563701ce857174c727015ec408451c86d0316c5613", - "extract_dir": "julia-1.8.2" + "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.8/julia-1.8.3-win32.zip", + "hash": "7564310ea294b8ef07fdea8d40daf2b5af6a2a3c2908ea255f5cf1cae9d62541", + "extract_dir": "julia-1.8.3" } }, "bin": "bin\\julia.exe",