From 10c8f7c50a6a16a6af469dd31289af8d17b040a8 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Thu, 30 Mar 2017 17:49:19 +0200 Subject: [PATCH] refs #921, new file is distribution.json --- .../share/shared/updateinfo/distribution.json | 25 +++++++++++++++++++ .../share/shared/updateinfo/updateinfo.json | 22 ---------------- 2 files changed, 25 insertions(+), 22 deletions(-) create mode 100644 resources/share/shared/updateinfo/distribution.json delete mode 100644 resources/share/shared/updateinfo/updateinfo.json diff --git a/resources/share/shared/updateinfo/distribution.json b/resources/share/shared/updateinfo/distribution.json new file mode 100644 index 000000000..c22942006 --- /dev/null +++ b/resources/share/shared/updateinfo/distribution.json @@ -0,0 +1,25 @@ +[ + { + "channel": "ALPHA", + "restricted": true, + "url0": "https:\/\/datastore.swift-project.org\/page\/alpha.html", + "url1": null, + "url2": null, + "url3": null, + "url4": null, + "platforms": { + "linux-64": [ + "swift-installer-0.7.1-linux-64_2017-01-08_22-17-19.run" + ], + "linux-64-vatsim": [ + "swift-installer-0.7.3-linux-64_2017-03-13_17-24-46.run" + ], + "win-64-vatsim": [ + "swift-installer-0.7.3-win-64_2017-03-13_17-25-52.exe" + ] + }, + "id": 1, + "tsLastUpdated": "2017-03-30 14:15:51", + "tsCreated": "2017-03-25 23:32:52" + } +] \ No newline at end of file diff --git a/resources/share/shared/updateinfo/updateinfo.json b/resources/share/shared/updateinfo/updateinfo.json deleted file mode 100644 index 62eeecb71..000000000 --- a/resources/share/shared/updateinfo/updateinfo.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "development": false, - "downloadsBetaUrls": { - "containerbase": [ - { - "url": "http://swift-project.org/" - } - ] - }, - "downloadsStableUrls": { - "containerbase": [ - { - "url": "http://swift-project.org/" - } - ] - }, - "lastSupportedVersionBeta": "0.6", - "lastSupportedVersionStable": "0.6", - "latestVersionBeta": "0.6.1", - "latestVersionStable": "0.6.1", - "timestampMSecsSinceEpoch": 0 -}