mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
* [juliaup] Use S3 as sources and .msi instead of .tar.gz * remove trailing whitespace * update version
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.17.13",
|
|
"description": "Julia installer and version multiplexer",
|
|
"homepage": "https://github.com/JuliaLang/juliaup",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://julialang-s3.julialang.org/juliaup/winmsi/Julia-v1.17.13-x64.msi",
|
|
"hash": "2a031b57bfc206b89de3dcf6952596eda196978fa5e2f59f657444090013dd33",
|
|
"extract_dir": "PFiles64\\Julia"
|
|
},
|
|
"32bit": {
|
|
"url": "https://julialang-s3.julialang.org/juliaup/winmsi/Julia-v1.17.13-x86.msi",
|
|
"hash": "4166883117a4746ca1f2c9931b150b6f74baff981338a2d070e3c6db9945be1f",
|
|
"extract_dir": "PFiles\\Julia"
|
|
}
|
|
},
|
|
"bin": ["juliaup.exe",
|
|
"julia.exe"],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://julialang-s3.julialang.org/juliaup/winmsi/Julia-v$version-x64.msi"
|
|
},
|
|
"32bit": {
|
|
"url": "https://julialang-s3.julialang.org/juliaup/winmsi/Julia-v$version-x86.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|