diff --git a/bucket/julia.json b/bucket/julia.json index cd1f13da66..460620d657 100644 --- a/bucket/julia.json +++ b/bucket/julia.json @@ -1,18 +1,18 @@ { - "version": "1.7.0", + "version": "1.7.1", "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.0-win64.zip", - "hash": "f2a1fa874baffde9ed856f20cd6eaa20020727ea520363baf78520304a0b2d39", - "extract_dir": "julia-1.7.0" + "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.7/julia-1.7.1-win64.zip", + "hash": "d7deaedc2ad530fd04c85d00ff7818cf04077736833dd27c0e7f5032350b5888", + "extract_dir": "julia-1.7.1" }, "32bit": { - "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" + "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.7/julia-1.7.1-win32.zip", + "hash": "c50bee55fb5b86633f4049e6e5eaed1b55fe537853c445d9551647cb2a910b64", + "extract_dir": "julia-1.7.1" } }, "bin": "bin\\julia.exe",