geth: Add version 1.10.8 (#2686)

This commit is contained in:
Rashil Gandhi 2021-09-18 14:18:46 +05:30 committed by GitHub
parent 1b0505839a
commit 4d161c852e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

47
bucket/geth.json Normal file
View File

@ -0,0 +1,47 @@
{
"version": "1.10.8",
"homepage": "https://geth.ethereum.org/",
"description": "Official Go implementation of the Ethereum protocol",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-alltools-windows-amd64-1.10.8-26675454.zip",
"hash": "md5:370c8eedaaa8f63912f9e34452f47baf",
"extract_dir": "geth-alltools-windows-amd64-1.10.8-26675454"
},
"32bit": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-alltools-windows-386-1.10.8-26675454.zip",
"hash": "md5:72dd73056539ec935bc0a9f5fb011b24",
"extract_dir": "geth-alltools-windows-386-1.10.8-26675454"
}
},
"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(?<version>[\\d.]+).*?/commit/(?<commit>[a-z0-9]{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<"
}
}
}