From 2aa75e405e2238c98ae535a305058d66c7981781 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 12:31:40 +0000 Subject: [PATCH] julia: Update to version 1.8.0 --- bucket/julia.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index 44cbe67d80..e777c7dde4 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,18 +1,18 @@ { - "version": "1.7.3", + "version": "1.8.0", "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.3-win64.zip", - "hash": "b70b174615d58ecb5544b31bc17433a3547cee4336a5bea96c79c675117dc5f5", - "extract_dir": "julia-1.7.3" + "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.8/julia-1.8.0-win64.zip", + "hash": "4d86fda9a7ab67308d124899b73fdd5ed3ee9feae7490d78e0371ce588578184", + "extract_dir": "julia-1.8.0" }, "32bit": { - "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" + "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.8/julia-1.8.0-win32.zip", + "hash": "e5987ce8cdabdb208a25e45b842a0b0ab7bd6d5a12591d1bded4f3d03c7da0bf", + "extract_dir": "julia-1.8.0" } }, "bin": "bin\\julia.exe",