mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.8.0",
 | 
						|
    "description": "cURL like utility for gRPC",
 | 
						|
    "homepage": "https://github.com/fullstorydev/grpcurl",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.0/grpcurl_1.8.0_windows_x86_64.zip",
 | 
						|
            "hash": "bf66f1e6477502036f9a787270d0190a7fff7239ef610ad261a6bcc2368c5bf7"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/fullstorydev/grpcurl/releases/download/v1.8.0/grpcurl_1.8.0_windows_x86_32.zip",
 | 
						|
            "hash": "920674591f50d845e9fd9a4dd167f7039cb114bf5b0e987899b48a00fff2b5d0"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "grpcurl.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://github.com/fullstorydev/grpcurl/releases",
 | 
						|
        "regex": "grpcurl_([\\d.]+)_windows_x"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/fullstorydev/grpcurl/releases/download/v$version/grpcurl_$version_windows_x86_64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/fullstorydev/grpcurl/releases/download/v$version/grpcurl_$version_windows_x86_32.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/grpcurl_$version_checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |