Updated version

This commit is contained in:
2019-10-09 13:30:30 -05:00
parent 8e80800674
commit 1762076e0d
3 changed files with 34 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "repertory-ui", "name": "repertory-ui",
"version": "1.0.9", "version": "1.1.0",
"private": true, "private": true,
"author": "scott.e.graves@protonmail.com", "author": "scott.e.graves@protonmail.com",
"description": "GUI for Repertory - Repertory allows you to mount Sia and/or ScPrime blockchain storage solutions via FUSE on Linux/OS X or via WinFSP on Windows.", "description": "GUI for Repertory - Repertory allows you to mount Sia and/or ScPrime blockchain storage solutions via FUSE on Linux/OS X or via WinFSP on Windows.",

View File

@@ -1,112 +1,112 @@
{ {
"Locations": { "Locations": {
"arch": { "arch": {
"1.0.9": { "1.1.0": {
"sha256": "", "sha256": "",
"sig": "", "sig": "",
"urls": [] "urls": []
} }
}, },
"centos7": { "centos7": {
"1.0.9": { "1.1.0": {
"sha256": "", "sha256": "",
"sig": "", "sig": "",
"urls": [] "urls": []
} }
}, },
"darwin": { "darwin": {
"1.0.9": { "1.1.0": {
"sha256": "", "sha256": "",
"sig": "", "sig": "",
"urls": [] "urls": []
} }
}, },
"debian9": { "debian9": {
"1.0.9": { "1.1.0": {
"sha256": "", "sha256": "",
"sig": "", "sig": "",
"urls": [] "urls": []
} }
}, },
"debian10": { "debian10": {
"1.0.9": { "1.1.0": {
"sha256": "", "sha256": "",
"sig": "", "sig": "",
"urls": [] "urls": []
} }
}, },
"fedora28": { "fedora28": {
"1.0.9": { "1.1.0": {
"sha256": "", "sha256": "",
"sig": "", "sig": "",
"urls": [] "urls": []
} }
}, },
"fedora29": { "fedora29": {
"1.0.9": { "1.1.0": {
"sha256": "", "sha256": "",
"sig": "", "sig": "",
"urls": [] "urls": []
} }
}, },
"fedora30": { "fedora30": {
"1.0.9": { "1.1.0": {
"sha256": "", "sha256": "",
"sig": "", "sig": "",
"urls": [] "urls": []
} }
}, },
"opensuse15": { "opensuse15": {
"1.0.9": { "1.1.0": {
"sha256": "", "sha256": "",
"sig": "", "sig": "",
"urls": [] "urls": []
} }
}, },
"opensuse15.1": { "opensuse15.1": {
"1.0.9": { "1.1.0": {
"sha256": "", "sha256": "",
"sig": "", "sig": "",
"urls": [] "urls": []
} }
}, },
"solus": { "solus": {
"1.0.9": { "1.1.0": {
"sha256": "", "sha256": "",
"sig": "", "sig": "",
"urls": [] "urls": []
} }
}, },
"tumbleweed": { "tumbleweed": {
"1.0.9": { "1.1.0": {
"sha256": "", "sha256": "",
"sig": "", "sig": "",
"urls": [] "urls": []
} }
}, },
"ubuntu18.04": { "ubuntu18.04": {
"1.0.9": { "1.1.0": {
"sha256": "", "sha256": "",
"sig": "", "sig": "",
"urls": [] "urls": []
} }
}, },
"ubuntu18.10": { "ubuntu18.10": {
"1.0.9": { "1.1.0": {
"sha256": "", "sha256": "",
"sig": "", "sig": "",
"urls": [] "urls": []
} }
}, },
"ubuntu19.04": { "ubuntu19.04": {
"1.0.9": { "1.1.0": {
"sha256": "", "sha256": "",
"sig": "", "sig": "",
"urls": [] "urls": []
} }
}, },
"win32": { "win32": {
"1.0.9": { "1.1.0": {
"sha256": "", "sha256": "",
"sig": "", "sig": "",
"urls": [] "urls": []
@@ -115,58 +115,58 @@
}, },
"Versions": { "Versions": {
"arch": [ "arch": [
"1.0.9" "1.1.0"
], ],
"centos7": [ "centos7": [
"1.0.9" "1.1.0"
], ],
"darwin": [ "darwin": [
"1.0.9" "1.1.0"
], ],
"debian9": [ "debian9": [
"1.0.9" "1.1.0"
], ],
"debian10": [ "debian10": [
"1.0.9" "1.1.0"
], ],
"fedora28": [ "fedora28": [
"1.0.9" "1.1.0"
], ],
"fedora29": [ "fedora29": [
"1.0.9" "1.1.0"
], ],
"fedora30": [ "fedora30": [
"1.0.9" "1.1.0"
], ],
"linux": [ "linux": [
"unavailable" "unavailable"
], ],
"opensuse15": [ "opensuse15": [
"1.0.9" "1.1.0"
], ],
"opensuse15.1": [ "opensuse15.1": [
"1.0.9" "1.1.0"
], ],
"solus": [ "solus": [
"1.0.9" "1.1.0"
], ],
"tumbleweed": [ "tumbleweed": [
"1.0.9" "1.1.0"
], ],
"ubuntu18.04": [ "ubuntu18.04": [
"1.0.9" "1.1.0"
], ],
"ubuntu18.10": [ "ubuntu18.10": [
"1.0.9" "1.1.0"
], ],
"ubuntu19.04": [ "ubuntu19.04": [
"1.0.9" "1.1.0"
], ],
"unknown": [ "unknown": [
"unavailable" "unavailable"
], ],
"win32": [ "win32": [
"1.0.9" "1.1.0"
] ]
} }
} }

View File

@@ -29,7 +29,7 @@ exports.DEV_PUBLIC_KEY = '-----BEGIN PUBLIC KEY-----\n' +
const REPERTORY_BRANCH = '1.2.x_branch'; const REPERTORY_BRANCH = '1.2.x_branch';
const REPERTORY_UI_BRANCH = '1.0.x_branch'; const REPERTORY_UI_BRANCH = '1.1.x_branch';
exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases.json'; exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases.json';
exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/' + REPERTORY_UI_BRANCH + '/releases.json'; exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/' + REPERTORY_UI_BRANCH + '/releases.json';