mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
51 lines
1.8 KiB
JSON
51 lines
1.8 KiB
JSON
{
|
|
"version": "5.13.0",
|
|
"description": "Twilio CLI. Unleash the power of Twilio from your command prompt.",
|
|
"homepage": "https://github.com/twilio/twilio-cli",
|
|
"license": "MIT",
|
|
"notes": [
|
|
"* Known issue:",
|
|
" - Extration requires Developer mode to be enabled, or admin rights: https://github.com/ScoopInstaller/Main/issues/4975"
|
|
],
|
|
"suggest": {
|
|
"Node.js": [
|
|
"main/nodejs",
|
|
"main/nodejs-lts"
|
|
]
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v5.13.0/twilio-v5.13.0-win32-x64.tar.xz",
|
|
"hash": "67a0c58355ae3dcc6afaba446fbf912b006b11987e9ad402567ecd935bf293e6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v5.13.0/twilio-v5.13.0-win32-x86.tar.xz",
|
|
"hash": "6ba0e30e1e5b406bb578b310a3c0bc602a27831aeff413a61461c223da580360"
|
|
}
|
|
},
|
|
"extract_dir": "twilio",
|
|
"bin": "bin\\twilio.cmd",
|
|
"checkver": {
|
|
"url": "https://twilio-cli-prod.s3.amazonaws.com/version",
|
|
"jsonpath": "$.version"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v$version/twilio-v$version-win32-x64.tar.xz",
|
|
"hash": {
|
|
"url": "https://twilio-cli-prod.s3.amazonaws.com/win32-x64",
|
|
"jsonpath": "$.sha256xz"
|
|
}
|
|
},
|
|
"32bit": {
|
|
"url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v$version/twilio-v$version-win32-x86.tar.xz",
|
|
"hash": {
|
|
"url": "https://twilio-cli-prod.s3.amazonaws.com/win32-x86",
|
|
"jsonpath": "$.sha256xz"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|