Skip to content

Commit

Permalink
Update clientBinaryManager.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Myeonghun authored May 14, 2018
1 parent c97b32b commit 0e7e646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/clientBinaryManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const log = require('./utils/logger').create('ClientBinaryManager');

// should be 'https://raw.githubusercontent.com/ethersocial/mist/master/clientBinaries.json'
const BINARY_URL =
'https://raw.githubusercontent.com/ethersocial/mist/develop/clientBinaries.json';
'https://raw.githubusercontent.com/ethersocial/mist/v0.3.2/clientBinaries.json';

const ALLOWED_DOWNLOAD_URLS_REGEX = /^https:\/\/(?:(?:[A-Za-z0-9](?:[A-Za-z0-9-]{0,61}[A-Za-z0-9])?\.)?ethersocial\.org\/|gesnstore\.blob\.core\.windows\.net\/|bintray\.com\/artifact\/download\/karalabe\/ethereum\/)(?:.+)/; // eslint-disable-line max-len

Expand Down

0 comments on commit 0e7e646

Please sign in to comment.