mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
53 lines
2.2 KiB
JSON
53 lines
2.2 KiB
JSON
{
|
|
"version": "9.5.0",
|
|
"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/versions/9.5.0/61bf905/heroku-v9.5.0-61bf905-win32-x64.tar.xz#/dl.xz",
|
|
"hash": "5535d00ed6c5993fabad7181bab3010cc469ea0b44c3fdf632f82fb214892e25"
|
|
},
|
|
"32bit": {
|
|
"url": "https://cli-assets.heroku.com/versions/9.5.0/61bf905/heroku-v9.5.0-61bf905-win32-x86.tar.xz#/dl.xz",
|
|
"hash": "68d99a166637a0e1ffc444067b2e1cba562e0e55aa1001224e3edd01bf3b656d"
|
|
}
|
|
},
|
|
"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/channels/stable/heroku-win32-x64-buildmanifest",
|
|
"jsonpath": "$.xz",
|
|
"regex": "heroku-v([\\d.]+)-(?<commit>\\w+)-win32"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cli-assets.heroku.com/versions/$version/$matchCommit/heroku-v$version-$matchCommit-win32-x64.tar.xz#/dl.xz",
|
|
"hash": {
|
|
"url": "https://cli-assets.heroku.com/channels/stable/heroku-win32-x64-buildmanifest",
|
|
"regex": "sha256xz.*$sha256"
|
|
}
|
|
},
|
|
"32bit": {
|
|
"url": "https://cli-assets.heroku.com/versions/$version/$matchCommit/heroku-v$version-$matchCommit-win32-x86.tar.xz#/dl.xz",
|
|
"hash": {
|
|
"url": "https://cli-assets.heroku.com/channels/stable/heroku-win32-x86-buildmanifest",
|
|
"regex": "sha256xz.*$sha256"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|