Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
update master to geth 1.5.3 (#1460)
Browse files Browse the repository at this point in the history
* update geth mac & linux

* add windows archives

* update win url

* update to github pages link
  • Loading branch information
Alex Van de Sande committed Nov 25, 2016
1 parent 6a5278b commit 1674e63
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions clientBinaries.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,85 +2,85 @@
{
"clients": {
"Geth": {
"version": "1.5.2",
"version": "1.5.3",
"platforms": {
"linux": {
"x64": {
"download": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.5.2-c8695209.tar.gz",
"url": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.5.3-978737f5.tar.gz",
"type": "tar",
"sha256": "00348fb870755350a9c03d66ff9347ffef8c6154701dc54cc325b3fb2c156541",
"bin": "geth-linux-amd64-1.5.2-c8695209/geth"
"sha256": "7f1de3b66176111864571d66917ec885f0e789b140e1fca01bf2296cbcb13f57",
"bin": "geth-linux-amd64-1.5.3-978737f5/geth"
},
"bin": "geth",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Geth", "1.5.2" ]
"output": [ "Geth", "1.5.3" ]
}
}
},
"ia32": {
"download": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-linux-386-1.5.2-c8695209.tar.gz",
"url": "https://gethstore.blob.core.windows.net/builds/geth-linux-386-1.5.3-978737f5.tar.gz",
"type": "tar",
"sha256": "a2bf2378e480e68b4012305990f7afffc8d32f6678df96be77419c2013636c96",
"bin": "geth-linux-386-1.5.2-c8695209/geth"
"sha256": "527785d2d21655fb5756390ce06188961929856295f29811afe188aa5585880b",
"bin": "geth-linux-386-1.5.3-978737f5/geth"
},
"bin": "geth",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Geth", "1.5.2" ]
"output": [ "Geth", "1.5.3" ]
}
}
}
},
"mac": {
"x64": {
"download": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.5.2-c8695209.tar.gz",
"url": "https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.5.3-978737f5.tar.gz",
"type": "tar",
"sha256": "4da78ba53f1bd487f420245797c8c8a9cbea9d8ce3738925c3727834a5dcab45",
"bin": "geth-darwin-amd64-1.5.2-c8695209/geth"
"sha256": "dca175529d1d626d7ccb7dafab4374a39d715dc524734b09e5c4ebbb68615ffb",
"bin": "geth-darwin-amd64-1.5.3-978737f5/geth"
},
"bin": "geth",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Geth", "1.5.2" ]
"output": [ "Geth", "1.5.3" ]
}
}
}
},
"win": {
"x64": {
"download": {
"url": "https://gethstore.blob.core.windows.net/mist/geth-windows-amd64-1.5.2-c8695209-mist-fix.zip",
"url": "https://ethereum.github.io/ethereum-org/dist/geth/geth-windows-amd64-1.5.3-978737f5-mist-fix.zip",
"type": "zip",
"sha256": "2ab8b35729fa0f3f8398c04f72b743a5e1b2177186d945c8c1e4a8622a54c6a1",
"bin": "geth-windows-amd64-1.5.2-c8695209\\geth.exe"
"sha256": "e69491a548fa1b8d332b55888797c3477d88d8835e33592bd36cdea8fe5318f8",
"bin": "geth-windows-amd64-1.5.3-978737f5\\geth.exe"
},
"bin": "geth.exe",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Geth", "1.5.2" ]
"output": [ "Geth", "1.5.3" ]
}
}
},
"ia32": {
"download": {
"url": "https://gethstore.blob.core.windows.net/mist/geth-windows-386-1.5.2-c8695209-mist-fix.zip",
"url": "https://ethereum.github.io/ethereum-org/dist/geth/geth-windows-386-1.5.3-978737f5-mist-fix.zip",
"type": "zip",
"sha256": "5aced89ff8ae0d7c5151ca247b6899b586184975cdc1e4208f9bd3fd23bd7ecb",
"bin": "geth-windows-386-1.5.2-c8695209\\geth.exe"
"sha256": "84d8931f06f393cb647e500388dc2eae209739a6b12a2c78e0d66613720e511a",
"bin": "geth-windows-386-1.5.3-978737f5\\geth.exe"
},
"bin": "geth.exe",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Geth", "1.5.2" ]
"output": [ "Geth", "1.5.3" ]
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion interface/.meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ejson@1.0.12
ethereum:accounts@0.3.10
ethereum:blocks@0.3.1
ethereum:dapp-styles@0.5.6
ethereum:elements@0.7.7
ethereum:elements@0.7.10
ethereum:tools@0.5.2
ethereum:web3@0.15.3
fastclick@1.0.12
Expand Down

0 comments on commit 1674e63

Please sign in to comment.