{ "version": "1.15.10", "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.15.10-2bf8a789.zip", "hash": "md5:556c61bfb2a3a7bde1c20b41404473ea", "extract_dir": "geth-alltools-windows-amd64-1.15.10-2bf8a789" }, "32bit": { "url": "https://gethstore.blob.core.windows.net/builds/geth-alltools-windows-386-1.15.10-2bf8a789.zip", "hash": "md5:dc8deb80096e4a79e8ab4e94ebe7a881", "extract_dir": "geth-alltools-windows-386-1.15.10-2bf8a789" } }, "bin": [ "abigen.exe", "clef.exe", "evm.exe", "geth.exe", "rlpdump.exe" ], "checkver": { "url": "https://github.com/ethereum/go-ethereum/releases/latest", "regex": "(?sm)/tree/v([\\d.]+).*?/commit/(?[a-z\\d]{8})" }, "autoupdate": { "architecture": { "64bit": { "url": "https://gethstore.blob.core.windows.net/builds/geth-alltools-windows-amd64-$version-$matchSha.zip", "extract_dir": "geth-alltools-windows-amd64-$version-$matchSha" }, "32bit": { "url": "https://gethstore.blob.core.windows.net/builds/geth-alltools-windows-386-$version-$matchSha.zip", "extract_dir": "geth-alltools-windows-386-$version-$matchSha" } }, "hash": { "url": "https://gethstore.blob.core.windows.net/builds?restype=container&comp=list&maxresults=5&prefix=$basename", "regex": "$basename.*?Content-MD5>$base64<" } } }