2025-11-03 20:29:33 +00:00

46 lines
1.8 KiB
JSON

{
"version": "1.16.6",
"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.16.6-386c3de6.zip",
"hash": "md5:497e2d6bcb0a8f2ac6aff348889c3a3c",
"extract_dir": "geth-alltools-windows-amd64-1.16.6-386c3de6"
},
"32bit": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-alltools-windows-386-1.16.6-386c3de6.zip",
"hash": "md5:8bb25195191abd3f0859d23ee8812a53",
"extract_dir": "geth-alltools-windows-386-1.16.6-386c3de6"
}
},
"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/(?<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<"
}
}
}