mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
51 lines
1.8 KiB
JSON
51 lines
1.8 KiB
JSON
{
|
|
"version": "5.22.6",
|
|
"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.22.6/twilio-v5.22.6-win32-x64.tar.xz",
|
|
"hash": "d03cc3ff77107c3af4871dcc9663a421524b4f1090dc32935359f503c92508c2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v5.22.6/twilio-v5.22.6-win32-x86.tar.xz",
|
|
"hash": "63be691f0f784d35cadb27f39f4da76dbf54ec249ce5e175fb7ee42eb3b9e720"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|