2021-10-20 15:00:35 +00:00

48 lines
1.8 KiB
JSON

{
"version": "1.10.11",
"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.11-7231b3ef.zip",
"hash": "md5:ac1302c977df4010fdf3692ab18d24ce",
"extract_dir": "geth-alltools-windows-amd64-1.10.11-7231b3ef"
},
"32bit": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-alltools-windows-386-1.10.11-7231b3ef.zip",
"hash": "md5:75269bacf05b14d4862f0e3aae0e132e",
"extract_dir": "geth-alltools-windows-386-1.10.11-7231b3ef"
}
},
"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<"
}
}
}