Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

Commit

Permalink
esn-mist 0.3.4 release
Browse files Browse the repository at this point in the history
Update clientBinaries.json

Update building.js
  • Loading branch information
Kim Myeonghun committed Dec 5, 2018
1 parent 3101111 commit 7c5ab20
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions clientBinaries.json
@@ -1,15 +1,15 @@
{
"clients": {
"Geth": {
"version": "0.3.7",
"version": "0.3.9",
"platforms": {
"mac": {
"x64": {
"download": {
"url": "https://gesnstore.blob.core.windows.net/builds/geth-darwin-amd64-0.3.7-5929619.tar.gz",
"url": "https://gesnstore.blob.core.windows.net/builds/geth-darwin-amd64-0.3.9-7075145.tar.gz",
"type": "tar",
"md5": "80fbd9cdec5d1ab9ffb75d308fbd97ef",
"bin": "geth-darwin-amd64-0.3.7-5929619/geth"
"md5": "a0816b676319c5022f24f0dec0b9663b",
"bin": "geth-darwin-amd64-0.3.9-7075145/geth"
},
"bin": "geth",
"commands": {
Expand All @@ -19,7 +19,7 @@
],
"output": [
"Geth",
"0.3.7"
"0.3.9"
]
}
}
Expand All @@ -28,10 +28,10 @@
"linux": {
"ia32": {
"download": {
"url": "https://gesnstore.blob.core.windows.net/builds/geth-linux-386-0.3.7-5929619.tar.gz",
"url": "https://gesnstore.blob.core.windows.net/builds/geth-linux-386-0.3.9-7075145.tar.gz",
"type": "tar",
"md5": "307f02882b1237cb2f5edaed9c05526f",
"bin": "geth-linux-386-0.3.7-5929619/geth"
"md5": "2cc2397b27a2d3cc4b6f7b505e46a2da",
"bin": "geth-linux-386-0.3.9-7075145/geth"
},
"bin": "geth",
"commands": {
Expand All @@ -41,17 +41,17 @@
],
"output": [
"Geth",
"0.3.7"
"0.3.9"
]
}
}
},
"x64": {
"download": {
"url": "https://gesnstore.blob.core.windows.net/builds/geth-linux-amd64-0.3.7-5929619.tar.gz",
"url": "https://gesnstore.blob.core.windows.net/builds/geth-linux-amd64-0.3.9-7075145.tar.gz",
"type": "tar",
"md5": "823cf72e05645cf790569f722dabfaab",
"bin": "geth-linux-amd64-0.3.7-5929619/geth"
"md5": "3f894f189fb1e7cd0c2833a81c0e105f",
"bin": "geth-linux-amd64-0.3.9-7075145/geth"
},
"bin": "geth",
"commands": {
Expand All @@ -61,7 +61,7 @@
],
"output": [
"Geth",
"0.3.7"
"0.3.9"
]
}
}
Expand All @@ -70,10 +70,10 @@
"win": {
"ia32": {
"download": {
"url": "https://gesnstore.blob.core.windows.net/builds/geth-windows-386-0.3.7-5929619.zip",
"url": "https://gesnstore.blob.core.windows.net/builds/geth-windows-386-0.3.9-7075145.zip",
"type": "zip",
"md5": "f541686c5531e05a96feae33c226e2a1",
"bin": "geth-windows-386-0.3.7-5929619\\geth.exe"
"md5": "89fba6d155768d98f450ea6f39d45b3e",
"bin": "geth-windows-386-0.3.9-7075145\\geth.exe"
},
"bin": "geth.exe",
"commands": {
Expand All @@ -83,17 +83,17 @@
],
"output": [
"Geth",
"0.3.7"
"0.3.9"
]
}
}
},
"x64": {
"download": {
"url": "https://gesnstore.blob.core.windows.net/builds/geth-windows-amd64-0.3.7-5929619.zip",
"url": "https://gesnstore.blob.core.windows.net/builds/geth-windows-amd64-0.3.9-7075145.zip",
"type": "zip",
"md5": "40fd8eebd456002a81796e1398f9d4be",
"bin": "geth-windows-amd64-0.3.7-5929619\\geth.exe"
"md5": "989484f7eb4fd611a8054e7b5d5b686e",
"bin": "geth-windows-amd64-0.3.9-7075145\\geth.exe"
},
"bin": "geth.exe",
"commands": {
Expand All @@ -103,7 +103,7 @@
],
"output": [
"Geth",
"0.3.7"
"0.3.9"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion gulpTasks/building.js
Expand Up @@ -103,7 +103,7 @@ gulp.task('bundling-interface', cb => {
} "${options.walletSource}" branch...`
);
bundle(`&& cd ../dist_${type} \
&& git clone -b master --depth 1 https://github.com/ethersocial/meteor-dapp-wallet.git \
&& git clone -b develop --depth 1 https://github.com/ethersocial/meteor-dapp-wallet.git \
&& cd meteor-dapp-wallet/app \
&& meteor-build-client ../../app/interface/wallet -p "" \
&& cd ../../ \
Expand Down

0 comments on commit 7c5ab20

Please sign in to comment.