From e430988430906d7c378d27d12f73e1b695123401 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 12 Mar 2021 20:01:08 +0000 Subject: [PATCH] julia: Update to version 1.5.4 --- bucket/julia.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index 21b1dbfd4f..122b0f07bf 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,16 +1,16 @@ { - "version": "1.5.3", + "version": "1.5.4", "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.5/julia-1.5.3-win64.exe", - "hash": "5c5c5f8794747072296d33d6547977a61126c6283b449814fb6e8005fb282a59" + "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.5/julia-1.5.4-win64.exe", + "hash": "5942d2cd2535daf6f49979e9dda4968a8ca35fdbfaa7923e8c8929ed785aa0a3" }, "32bit": { - "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.5/julia-1.5.3-win32.exe", - "hash": "092cf20eb0d2ec5a0113c613d974caa982d96f4ac69bbe175336a9514d35fa80" + "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.5/julia-1.5.4-win32.exe", + "hash": "0f9c170647482aac043170e43a8e1c943ed760d6bc2129d8d6e710333a1de1fa" } }, "innosetup": true,