Skip to content

Commit

Permalink
restore clientBinaraies
Browse files Browse the repository at this point in the history
  • Loading branch information
iquidus committed Oct 15, 2017
1 parent c055c52 commit 0995f1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions clientBinaries.json
Expand Up @@ -6,7 +6,7 @@
"linux": {
"x64": {
"download": {
"url": "https://ubiqsmart.com/releases/gubiq/gubiq-linux-amd64-1.5.12.tar.gz",
"url": "http://staging.ubiqsmart.io/releases/gubiq/gubiq-linux-amd64-1.5.12.tar.gz",
"type": "tar",
"md5": "88da7dc66f0238652985431ebc82f653",
"bin": "gubiq-linux-amd64-1.5.12/gubiq-linux-amd64"
Expand All @@ -23,7 +23,7 @@
"mac": {
"x64": {
"download": {
"url": "https://ubiqsmart.com/releases/gubiq/gubiq-darwin-amd64-1.5.12.tar.gz",
"url": "http://staging.ubiqsmart.com/releases/gubiq/gubiq-darwin-amd64-1.5.12.tar.gz",
"type": "tar",
"md5": "5408fa1404f8769e594f929d04808810",
"bin": "gubiq-darwin-amd64-1.5.12/gubiq-darwin-amd64"
Expand All @@ -40,7 +40,7 @@
"win": {
"x64": {
"download": {
"url": "http://ubiqsmart.com/releases/gubiq/gubiq-windows-amd64-1.5.12.zip",
"url": "http://staging.ubiqsmart.io/releases/gubiq/gubiq-windows-amd64-1.5.12.zip",
"type": "zip",
"md5": "90e68151ef928122922e62d671d7e57f",
"bin": "gubiq-windows-amd64-1.5.12\\gubiq-windows-4.0-amd64.exe"
Expand Down
2 changes: 1 addition & 1 deletion modules/clientBinaryManager.js
Expand Up @@ -16,7 +16,7 @@ const log = require('./utils/logger').create('ClientBinaryManager');
const BINARY_URL = 'https://raw.githubusercontent.com/ubiq/fusion/develop/clientBinaries.json';

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

class Manager extends EventEmitter {
constructor() {
Expand Down

0 comments on commit 0995f1b

Please sign in to comment.