mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
52 lines
1.9 KiB
JSON
52 lines
1.9 KiB
JSON
{
|
|
"version": "7.37.0",
|
|
"homepage": "https://devcenter.heroku.com/articles/heroku-cli",
|
|
"description": "An essential part of using Heroku, which can perform nearly any Heroku-related task right from your terminal.",
|
|
"license": "ISC",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cli-assets.heroku.com/heroku-win32-x64.tar.xz#/dl.xz",
|
|
"hash": "652fed9868bd5ff54d6a5def5888a75efd7f5e1c4c013a6dc3c4a8c9e913d9a4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://cli-assets.heroku.com/heroku-win32-x86.tar.xz#/dl.xz",
|
|
"hash": "8824656dc3e4c3849ae526ece82913066537a7a7fa956ed60d69b72ee71dfff1"
|
|
}
|
|
},
|
|
"pre_install": [
|
|
"Invoke-ExternalCommand (Get-HelperPath '7zip') -ArgumentList @(",
|
|
" 'x'",
|
|
" \"$dir\\dl\"",
|
|
" \"-o`\"$dir\\dlo`\"\"",
|
|
" '-bso0'",
|
|
" '-bd'",
|
|
" '-bse0'",
|
|
") -ContinueExitCodes @{ 2 = 'Can not create symlink while running from un-elevated prompt. Installation is not affected.'} | Out-Null",
|
|
"Move-Item \"$dir\\dlo\\heroku\\*\" \"$dir\"",
|
|
"Remove-Item \"$dir\\dl*\" -Recurse"
|
|
],
|
|
"bin": "bin\\heroku.cmd",
|
|
"checkver": {
|
|
"url": "https://cli-assets.heroku.com/version",
|
|
"jsonpath": "$.version"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cli-assets.heroku.com/heroku-win32-x64.tar.xz#/dl.xz",
|
|
"hash": {
|
|
"url": "https://cli-assets.heroku.com/win32-x64",
|
|
"jsonpath": "$.sha256xz"
|
|
}
|
|
},
|
|
"32bit": {
|
|
"url": "https://cli-assets.heroku.com/heroku-win32-x86.tar.xz#/dl.xz",
|
|
"hash": {
|
|
"url": "https://cli-assets.heroku.com/win32-x86",
|
|
"jsonpath": "$.sha256xz"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|