mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	* 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>
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "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"
 | 
						|
                }
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |