2023-11-14 12:29:39 +00:00

47 lines
1.8 KiB
JSON

{
"version": "1.13.5",
"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.13.5-916d6a44.zip",
"hash": "md5:bb2887ec17b45ba13b81d967bf6a3ec8",
"extract_dir": "geth-alltools-windows-amd64-1.13.5-916d6a44"
},
"32bit": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-alltools-windows-386-1.13.5-916d6a44.zip",
"hash": "md5:692d2f5c95d684c8cf8022ac063107aa",
"extract_dir": "geth-alltools-windows-386-1.13.5-916d6a44"
}
},
"bin": [
"abigen.exe",
"bootnode.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<"
}
}
}