mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-26 18:41:18 +00:00
* julia: Use installer.script instead of original installer Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"homepage": "https://julialang.org",
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.1/julia-1.1.1-win64.exe#/dl.7z",
|
|
"hash": "26f980a1dd0d93a38c4a5b7e397210a761efed1f87caadc1a7066bb8ab12efab"
|
|
},
|
|
"32bit": {
|
|
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.1/julia-1.1.1-win32.exe#/dl.7z",
|
|
"hash": "98fdd6977371ae983e7e9fc0e8171f52b6d267564a822f480a7c4e1ed111b995"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|