From fdc7f2e7de1533d3a798a36d058f2bf8d4b4c159 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 1 Dec 2021 02:00:39 +0000 Subject: [PATCH] julia: Update to version 1.7.0 --- bucket/julia.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index e18c4ecdad..cd1f13da66 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,18 +1,18 @@ { - "version": "1.6.4", + "version": "1.7.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.6/julia-1.6.4-win64.zip", - "hash": "e4f31f9b64cc595c226fb6db20ea63136356d5693a3bf984744107435268a741", - "extract_dir": "julia-1.6.4" + "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.7/julia-1.7.0-win64.zip", + "hash": "f2a1fa874baffde9ed856f20cd6eaa20020727ea520363baf78520304a0b2d39", + "extract_dir": "julia-1.7.0" }, "32bit": { - "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.6/julia-1.6.4-win32.zip", - "hash": "f90aa0e54121035e321d62e29aa4533b86aa0f062874a20a3e58c0c23f4396ff", - "extract_dir": "julia-1.6.4" + "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.7/julia-1.7.0-win32.zip", + "hash": "98a808e34edf2fe2b9599a04c67d8197f0bd11cc51d5df213dcdd576ca5ab7ce", + "extract_dir": "julia-1.7.0" } }, "bin": "bin\\julia.exe",