mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
44 lines
1.6 KiB
JSON
44 lines
1.6 KiB
JSON
{
|
|
"version": "5.6.0",
|
|
"description": "Twilio CLI. Unleash the power of Twilio from your command prompt.",
|
|
"homepage": "https://github.com/twilio/twilio-cli",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"Node JS": "nodejs-lts"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v5.6.0/twilio-v5.6.0-win32-x64.tar.xz",
|
|
"hash": "d50f0e0d9890e174f944dbe73c061fac398818ba6aa67aab92f19fe68672ef8d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v5.6.0/twilio-v5.6.0-win32-x86.tar.xz",
|
|
"hash": "5c5b44b24c78f0f7680ed02c2e390f6cb638d433bb731c8bc6a628d2c61a9273"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|