mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://julialang.org",
|
|
"description": "A programming language that is a fresh approach to technical computing.",
|
|
"version": "1.3.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.3/julia-1.3.1-win64.exe#/dl.7z",
|
|
"hash": "8350ca66f80484c5ca6f7341ffbdb9d5182f8d4231762d585e229567b227ef7f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.3/julia-1.3.1-win32.exe#/dl.7z",
|
|
"hash": "6f2255d7e1707af00549f06b334d7794c4cde5a1eb92776e31142fdf294768be"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|