mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
47 lines
1.6 KiB
JSON
47 lines
1.6 KiB
JSON
{
|
|
"version": "5.8.1",
|
|
"description": "Twilio CLI. Unleash the power of Twilio from your command prompt.",
|
|
"homepage": "https://github.com/twilio/twilio-cli",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"Node.js": [
|
|
"main/nodejs",
|
|
"main/nodejs-lts"
|
|
]
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v5.8.1/twilio-v5.8.1-win32-x64.tar.xz",
|
|
"hash": "1d46b24cb86a5a9307edfc4a6e282e1104b4760dd48572c314fecdef1b755466"
|
|
},
|
|
"32bit": {
|
|
"url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v5.8.1/twilio-v5.8.1-win32-x86.tar.xz",
|
|
"hash": "caf796f3c6ba2ab1453802e51fe94bbb7c3bc54faf460f12472fc92d3c588dbc"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|