mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 15:21:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.10.11",
 | 
						|
    "description": "More expressive gRPC client",
 | 
						|
    "homepage": "https://evans.syfm.me",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/ktr0731/evans/releases/download/v0.10.11/evans_windows_amd64.tar.gz",
 | 
						|
            "hash": "064f455ec597d359e4c00448770f5eb237e4ab029e230cc4cd64d63751447e97"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/ktr0731/evans/releases/download/v0.10.11/evans_windows_386.tar.gz",
 | 
						|
            "hash": "bce80a5ca9354c900eed0821bb17ff0f162ee7c60925637c6af1bfcbce7dc9e7"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/ktr0731/evans/releases/download/v0.10.11/evans_windows_arm64.tar.gz",
 | 
						|
            "hash": "8fab21d03b060ebd4c27ffb06a7a2dcbc600adb5db3b1656d42a18cf29ced420"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/ktr0731/evans/releases/download/v$version/evans_windows_arm64.tar.gz"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksums.txt",
 | 
						|
            "regex": "$sha256\\s+$basename"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |