Changed releases

This commit is contained in:
2020-04-03 21:09:13 -05:00
parent f51e0066c1
commit 80ff598fc1
3 changed files with 40 additions and 40 deletions

View File

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

View File

@@ -1,133 +1,133 @@
{
"Locations": {
"arch": {
"1.2.0": {
"1.3.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"centos7": {
"1.2.0": {
"1.3.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"centos8": {
"1.2.0": {
"1.3.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"darwin": {
"1.2.0": {
"1.3.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"debian9": {
"1.2.0": {
"1.3.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"debian10": {
"1.2.0": {
"1.3.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"fedora28": {
"1.2.0": {
"1.3.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"fedora29": {
"1.2.0": {
"1.3.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"fedora30": {
"1.2.0": {
"1.3.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"fedora31": {
"1.2.0": {
"1.3.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"opensuse15": {
"1.2.0": {
"1.3.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"opensuse15.1": {
"1.2.0": {
"1.3.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"solus": {
"1.2.0": {
"1.3.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"tumbleweed": {
"1.2.0": {
"1.3.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"ubuntu18.04": {
"1.2.0": {
"1.3.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"ubuntu18.10": {
"1.2.0": {
"1.3.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"ubuntu19.04": {
"1.2.0": {
"1.3.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"ubuntu19.10": {
"1.2.0": {
"1.3.0": {
"sha256": "",
"sig": "",
"urls": []
}
},
"win32": {
"1.2.0": {
"1.3.0": {
"sha256": "",
"sig": "",
"urls": []
@@ -136,64 +136,64 @@
},
"Versions": {
"arch": [
"1.2.0"
"1.3.0"
],
"centos7": [
"1.2.0"
"1.3.0"
],
"darwin": [
"1.2.0"
"1.3.0"
],
"debian9": [
"1.2.0"
"1.3.0"
],
"debian10": [
"1.2.0"
"1.3.0"
],
"fedora28": [
"1.2.0"
"1.3.0"
],
"fedora29": [
"1.2.0"
"1.3.0"
],
"fedora30": [
"1.2.0"
"1.3.0"
],
"fedora31": [
"1.2.0"
"1.3.0"
],
"linux": [
"unavailable"
],
"opensuse15": [
"1.2.0"
"1.3.0"
],
"opensuse15.1": [
"1.2.0"
"1.3.0"
],
"solus": [
"1.2.0"
"1.3.0"
],
"tumbleweed": [
"1.2.0"
"1.3.0"
],
"ubuntu18.04": [
"1.2.0"
"1.3.0"
],
"ubuntu18.10": [
"1.2.0"
"1.3.0"
],
"ubuntu19.04": [
"1.2.0"
"1.3.0"
],
"ubuntu19.10": [
"1.2.0"
"1.3.0"
],
"unknown": [
"unavailable"
],
"win32": [
"1.2.0"
"1.3.0"
]
}
}

View File

@@ -28,9 +28,9 @@ exports.DEV_PUBLIC_KEY = '-----BEGIN PUBLIC KEY-----\n' +
'-----END PUBLIC KEY-----';
const REPERTORY_BRANCH = '1.3.x_branch';
const REPERTORY_UI_BRANCH = '1.2.x_branch';
const REPERTORY_UI_BRANCH = '1.3.x_branch';
exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases_1.2.json';
exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases_1.3.json';
exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/' + REPERTORY_UI_BRANCH + '/releases.json';
exports.LINUX_DETECT_SCRIPT_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/detect_linux.sh';