mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			48 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.10.13",
 | 
						|
    "description": "Official Go implementation of the Ethereum protocol",
 | 
						|
    "homepage": "https://geth.ethereum.org",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://gethstore.blob.core.windows.net/builds/geth-alltools-windows-amd64-1.10.13-7a0c19f8.zip",
 | 
						|
            "hash": "md5:2e29fac75cff1f40adce098e8a6f6b91",
 | 
						|
            "extract_dir": "geth-alltools-windows-amd64-1.10.13-7a0c19f8"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://gethstore.blob.core.windows.net/builds/geth-alltools-windows-386-1.10.13-7a0c19f8.zip",
 | 
						|
            "hash": "md5:da6fc618e4f2bc61f033d34257832023",
 | 
						|
            "extract_dir": "geth-alltools-windows-386-1.10.13-7a0c19f8"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "abigen.exe",
 | 
						|
        "bootnode.exe",
 | 
						|
        "clef.exe",
 | 
						|
        "evm.exe",
 | 
						|
        "geth.exe",
 | 
						|
        "puppeth.exe",
 | 
						|
        "rlpdump.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/ethereum/go-ethereum",
 | 
						|
        "regex": "(?sm)/tree/v([\\d.]+).*?/commit/(?<commit>[a-z\\d]{8})"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://gethstore.blob.core.windows.net/builds/geth-alltools-windows-amd64-$version-$matchCommit.zip",
 | 
						|
                "extract_dir": "geth-alltools-windows-amd64-$version-$matchCommit"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://gethstore.blob.core.windows.net/builds/geth-alltools-windows-386-$version-$matchCommit.zip",
 | 
						|
                "extract_dir": "geth-alltools-windows-386-$version-$matchCommit"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://gethstore.blob.core.windows.net/builds?restype=container&comp=list&maxresults=5&prefix=$basename",
 | 
						|
            "regex": "$basename.*?Content-MD5>$base64<"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |