mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	protolint: Update to version 0.46.3 (#5341)
* protolint: Update to version 0.46.3, fix autoupdate * protolint@0.46.3: Add arm64 version
This commit is contained in:
		
							parent
							
								
									82a4b2f1ef
								
							
						
					
					
						commit
						ae399637a9
					
				@ -1,12 +1,16 @@
 | 
			
		||||
{
 | 
			
		||||
    "version": "0.45.0",
 | 
			
		||||
    "version": "0.46.3",
 | 
			
		||||
    "description": "A pluggable linter and fixer to enforce Protocol Buffer style and conventions",
 | 
			
		||||
    "homepage": "https://github.com/yoheimuta/protolint",
 | 
			
		||||
    "license": "MIT",
 | 
			
		||||
    "architecture": {
 | 
			
		||||
        "64bit": {
 | 
			
		||||
            "url": "https://github.com/yoheimuta/protolint/releases/download/v0.45.0/protolint_0.45.0_Windows_x86_64.tar.gz",
 | 
			
		||||
            "hash": "13afd01ff49f04dd688d4b346d2e350d854c96a0834a4683d0c83b78631f5f27"
 | 
			
		||||
            "url": "https://github.com/yoheimuta/protolint/releases/download/v0.46.3/protolint_0.46.3_windows_amd64.tar.gz",
 | 
			
		||||
            "hash": "9bd65feb4237eff8d4498bd0e29bfc45205dcf63664e60b06172df82e83b790f"
 | 
			
		||||
        },
 | 
			
		||||
        "arm64": {
 | 
			
		||||
            "url": "https://github.com/yoheimuta/protolint/releases/download/v0.46.3/protolint_0.46.3_windows_arm64.tar.gz",
 | 
			
		||||
            "hash": "858bdcbe7aa108fa8138845d76bc251c0ef1c7f5121bd9636b7c0ec1ad86d7c7"
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "bin": [
 | 
			
		||||
@ -17,7 +21,10 @@
 | 
			
		||||
    "autoupdate": {
 | 
			
		||||
        "architecture": {
 | 
			
		||||
            "64bit": {
 | 
			
		||||
                "url": "https://github.com/yoheimuta/protolint/releases/download/v$version/protolint_$version_Windows_x86_64.tar.gz"
 | 
			
		||||
                "url": "https://github.com/yoheimuta/protolint/releases/download/v$version/protolint_$version_windows_amd64.tar.gz"
 | 
			
		||||
            },
 | 
			
		||||
            "arm64": {
 | 
			
		||||
                "url": "https://github.com/yoheimuta/protolint/releases/download/v$version/protolint_$version_windows_arm64.tar.gz"
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        "hash": {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user