mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-26 02:21:19 +00:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "1.17.11",
|
|
"description": "Julia installer and version multiplexer",
|
|
"homepage": "https://github.com/JuliaLang/juliaup",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/JuliaLang/juliaup/releases/download/v1.17.11/juliaup-1.17.11-x86_64-pc-windows-gnu-portable.tar.gz",
|
|
"hash": "3934e84c8039369d79dc4193cc40a8eb0c91a3422914c3b0653641ee6ae5b277"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/JuliaLang/juliaup/releases/download/v1.17.11/juliaup-1.17.11-i686-pc-windows-gnu-portable.tar.gz",
|
|
"hash": "ce011e85a422021ceab0398265dddcb791542749085872cdd3440bf405822503"
|
|
}
|
|
},
|
|
"bin": "juliaup.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/JuliaLang/juliaup/releases/download/v$version/juliaup-$version-x86_64-pc-windows-gnu-portable.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/JuliaLang/juliaup/releases/download/v$version/juliaup-$version-i686-pc-windows-gnu-portable.tar.gz"
|
|
}
|
|
}
|
|
}
|
|
}
|