mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.10.6",
 | 
						|
    "description": "More expressive gRPC client",
 | 
						|
    "homepage": "https://evans.syfm.me",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/ktr0731/evans/releases/download/v0.10.6/evans_windows_amd64.tar.gz",
 | 
						|
            "hash": "05eec7e101575c751308ee4f04bb2b3a948ea3382f527dff4bd7b79ff625201c"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/ktr0731/evans/releases/download/v0.10.6/evans_windows_386.tar.gz",
 | 
						|
            "hash": "6462500b252f75c3567098235d60350f360865edab600b41487f6f5707357e81"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "evans.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/ktr0731/evans"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/ktr0731/evans/releases/download/v$version/evans_windows_amd64.tar.gz"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/ktr0731/evans/releases/download/v$version/evans_windows_386.tar.gz"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksums.txt",
 | 
						|
            "regex": "$sha256\\s+$basename"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |