mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
twilio-cli: Add version 5.3.0 (#4228)
* twilio-cli: add version 5.2.3 Signed-off-by: Ryanjiena <43134606+Ryanjiena@users.noreply.github.com> * add new lines to avoid CI error Signed-off-by: Ryanjiena <43134606+Ryanjiena@users.noreply.github.com> * fix autoupdate.url: using permalinks Signed-off-by: Ryanjiena <43134606+Ryanjiena@users.noreply.github.com> * twilio-cli: Update version to 5.3.0 Signed-off-by: Ryanjiena <43134606+Ryanjiena@users.noreply.github.com> * twilio-cli: post install script Signed-off-by: Ryanjiena <43134606+Ryanjiena@users.noreply.github.com> * twilio-cli: simplified license Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Signed-off-by: Ryanjiena <43134606+Ryanjiena@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
0b7a3cf36c
commit
d24ec2ec46
43
bucket/twilio-cli.json
Normal file
43
bucket/twilio-cli.json
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"version": "5.3.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.3.0/twilio-v5.3.0-win32-x64.tar.xz",
|
||||
"hash": "092a1ea0aa2adae2ad24f65c728a74c5dc4f8d433db39045a514e612819d9214"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v5.3.0/twilio-v5.3.0-win32-x86.tar.xz",
|
||||
"hash": "093627712c8868c0090c8b2dacd0b70b18b8648774bbd01f8dc89738f84f788c"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user