mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
geth: Add version 1.10.8 (#2686)
This commit is contained in:
parent
1b0505839a
commit
4d161c852e
47
bucket/geth.json
Normal file
47
bucket/geth.json
Normal 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<"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user