{ "homepage": "https://julialang.org", "description": "A programming language that is a fresh approach to technical computing.", "version": "1.2.0", "license": "MIT", "architecture": { "64bit": { "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.2/julia-1.2.0-win64.exe#/dl.7z", "hash": "7b122501ccce7b66d5e9e7e93fe29c3be8479f9bbdf2b0c9daa7e5572341da7a" }, "32bit": { "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.2/julia-1.2.0-win32.exe#/dl.7z", "hash": "8e4b39f64c350c13638737d60cab30f820bb7a21f398fd08afd5da5ebce1eea4" } }, "installer": { "script": [ "Expand-7zipArchive \"$dir\\julia-installer.exe\" \"$dir\" -Removal", "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe\" -Recurse -Force" ] }, "bin": "bin\\julia.exe", "checkver": { "url": "https://julialang.org/downloads/", "re": "Current stable release: v([\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://julialang-s3.julialang.org/bin/winnt/x64/$majorVersion.$minorVersion/julia-$version-win64.exe#/dl.7z" }, "32bit": { "url": "https://julialang-s3.julialang.org/bin/winnt/x86/$majorVersion.$minorVersion/julia-$version-win32.exe#/dl.7z" } }, "hash": { "url": "https://julialang-s3.julialang.org/bin/checksums/julia-$version.sha256" } } }