File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,26 +5,26 @@ const fs = require('fs')
5
5
const stream = require ( 'stream' )
6
6
const path = require ( 'path' )
7
7
8
- const win32Sha256 = '42c05ed84a0588110afd8fe379685335cf792660d6684fc90cdac54695dda636 '
9
- const darwinSha256 = 'f41cb1f49727ccf09e4f34b964fdfa9ad3802a046f6acd6c349a41020cdcf1c7 '
10
- const linuxSha256 = '8dd753058e5db77ffaede5a53418005f9c8133212448e11df9169a651cdac997 '
8
+ const win32Sha256 = ''
9
+ const darwinSha256 = '78cbb9c6b6f8d1cb40d7e65d152062d2e259e73fa85b83d3b8e778d62ddf9ba2 '
10
+ const linuxSha256 = '1bed234e83fa9196feffe1d5d3fdc23fb68b2cd4fbbfab579ff4ca058c3b3cb2 '
11
11
12
12
var url
13
13
var sha
14
14
var exeName = 'openethereum.exe'
15
15
const win32 = os . platform ( ) === 'win32'
16
16
17
17
switch ( os . platform ( ) ) {
18
- case 'win32' :
19
- url = 'https://github.com/openethereum/openethereum/releases/download/v3.0.1/openethereum-windows-v3.0.1.zip '
20
- sha = win32Sha256
21
- break
18
+ // case 'win32':
19
+ // url = ''
20
+ // sha = win32Sha256
21
+ // break
22
22
case 'darwin' :
23
- url = 'https://github.com/openethereum/openethereum/releases/download/v3.0 .1/openethereum-macos-v3.0 .1.zip'
23
+ url = 'https://github.com/openethereum/openethereum/releases/download/v3.1 .1/openethereum-macos-v3.1 .1.zip'
24
24
sha = darwinSha256
25
25
break
26
26
case 'linux' :
27
- url = 'https://github.com/openethereum/openethereum/releases/download/v3.0 .1/openethereum-linux-v3.0 .1.zip'
27
+ url = 'https://github.com/openethereum/openethereum/releases/download/v3.1 .1/openethereum-linux-v3.1 .1.zip'
28
28
sha = linuxSha256
29
29
break
30
30
default :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " openethereum-binary" ,
3
- "version" : " 2.0.3 " ,
3
+ "version" : " 2.0.4 " ,
4
4
"description" : " Download latest openethereum and export the path" ,
5
5
"main" : " index.js" ,
6
6
"bin" : {
You can’t perform that action at this time.
0 commit comments