From bf8d442415126df080ffcacce34767d35e828b39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 20:28:49 +0000 Subject: [PATCH] julia: Update to version 1.7.3 --- bucket/julia.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index b841211176..44cbe67d80 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,18 +1,18 @@ { - "version": "1.7.2", + "version": "1.7.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.7/julia-1.7.2-win64.zip", - "hash": "d83fbdf77d4aee8133bcce2d08845064c5091ce3e23a9323c449df16b1011289", - "extract_dir": "julia-1.7.2" + "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.7/julia-1.7.3-win64.zip", + "hash": "b70b174615d58ecb5544b31bc17433a3547cee4336a5bea96c79c675117dc5f5", + "extract_dir": "julia-1.7.3" }, "32bit": { - "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.7/julia-1.7.2-win32.zip", - "hash": "f53eb1654054c272fbf4c39ffa5b37f1858b1ccf8e737516e94fc521ff39e557", - "extract_dir": "julia-1.7.2" + "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.7/julia-1.7.3-win32.zip", + "hash": "89ba625a992dbbfbbab73c3851b0fca9a0dfc81b935460d9a292f53af823d3f9", + "extract_dir": "julia-1.7.3" } }, "bin": "bin\\julia.exe",