ScoopInstaller_Main/bucket/heroku-cli.json
2019-11-07 22:00:44 +00:00

52 lines
1.9 KiB
JSON

{
"version": "7.35.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": "428f90f46d6e96b231fe4514d9fd036a7dbb93f7e78afacc9ff912ccad2f4186"
},
"32bit": {
"url": "https://cli-assets.heroku.com/heroku-win32-x86.tar.xz#/dl.xz",
"hash": "a61f341cde92932ced422f1dfbd2f2900b6431e69b5855293feda8ee504629de"
}
},
"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"
}
}
}
}
}