2022-11-03 12:31:24 +00:00

48 lines
1.8 KiB
JSON

{
"version": "1.10.26",
"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.26-e5eb32ac.zip",
"hash": "md5:907f703570e20904ea34cba9628de8ec",
"extract_dir": "geth-alltools-windows-amd64-1.10.26-e5eb32ac"
},
"32bit": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-alltools-windows-386-1.10.26-e5eb32ac.zip",
"hash": "md5:c8ca99dd6ca0c080655e633200b65e45",
"extract_dir": "geth-alltools-windows-386-1.10.26-e5eb32ac"
}
},
"bin": [
"abigen.exe",
"bootnode.exe",
"clef.exe",
"evm.exe",
"geth.exe",
"puppeth.exe",
"rlpdump.exe"
],
"checkver": {
"url": "https://github.com/ethereum/go-ethereum/releases/latest",
"regex": "(?sm)/tree/v([\\d.]+).*?/commit/(?<sha>[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<"
}
}
}