ScoopInstaller_Main/bucket/heroku-cli.json
2023-02-22 16:29:42 +00:00

52 lines
1.9 KiB
JSON

{
"version": "7.68.2",
"description": "An essential part of using Heroku, which can perform nearly any Heroku-related task right from your terminal.",
"homepage": "https://devcenter.heroku.com/articles/heroku-cli",
"license": "ISC",
"architecture": {
"64bit": {
"url": "https://cli-assets.heroku.com/heroku-win32-x64.tar.xz#/dl.xz",
"hash": "35d9e0adf44949a8d482fe64c006ba8accedfa684428da02ae545610321b269c"
},
"32bit": {
"url": "https://cli-assets.heroku.com/heroku-win32-x86.tar.xz#/dl.xz",
"hash": "20e9f7d8ce33bc9b621a115625f16b496e05a49720eb224dc9563f8e44cc85b7"
}
},
"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"
}
}
}
}
}