From 8103dd4a037f00bb18e416d2dd2772f7ddf40404 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 10 Nov 2020 19:01:47 +0000 Subject: [PATCH] julia: Update to version 1.5.3 --- bucket/julia.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/julia.json b/bucket/julia.json index 3ff2c440ff..3fdf010289 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,16 +1,16 @@ { - "version": "1.5.2", + "version": "1.5.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.5/julia-1.5.2-win64.exe", - "hash": "7f6deda3132795a646934fe9aa5446b6932c31bd70e34a2dd4d0ead5be915a2a" + "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.5/julia-1.5.3-win64.exe", + "hash": "5c5c5f8794747072296d33d6547977a61126c6283b449814fb6e8005fb282a59" }, "32bit": { - "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.5/julia-1.5.2-win32.exe", - "hash": "2473a2a86b0edaa0247e392c8ddb51eaa693690577537191ac47d4bcc84553dd" + "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.5/julia-1.5.3-win32.exe", + "hash": "092cf20eb0d2ec5a0113c613d974caa982d96f4ac69bbe175336a9514d35fa80" } }, "innosetup": true,