mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
51 lines
1.8 KiB
JSON
51 lines
1.8 KiB
JSON
{
|
|
"version": "6.2.3",
|
|
"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-v6.2.3/twilio-v6.2.3-win32-x64.tar.xz",
|
|
"hash": "a08adb9a49b817cc4f76023824dcd900c7306ee4ad772ef6166069ae3c7682e5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v6.2.3/twilio-v6.2.3-win32-x86.tar.xz",
|
|
"hash": "dae4e5b05889b21e59ed641fb457e422f5e88cabd76a8631b64a51a3459d990b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|