-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease.json
More file actions
49 lines (49 loc) · 1.58 KB
/
release.json
File metadata and controls
49 lines (49 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"release": {
"track": "Dev",
"__comment0": "WGS Extract Installer release track control",
"__comment1": "Set release.track above to choose the URL below to find the latest release json file.",
"__comment2": "Edit to change the track before (re)running the installer.",
"baseURL": "https://get.wgse.io/",
"DevURL": "https://get.wgse.io/latest-release-Dev.json",
"AlphaURL": "https://get.wgse.io/latest-release-Alpha.json",
"BetaURL": "https://get.wgse.io/latest-release-Beta.json",
"__comment3": "Developers, you can replace URLs above with file:///path to test before release."
},
"version": {
"version": "45",
"date": "01Jan2026"
},
"reflib": {
"version": 9,
"date": "06Nov2023",
"URL": "https://get.wgse.io/WGSExtract-v9_06Nov2023_reflib.zip"
},
"tools": {
"version": 5,
"date": "11Oct2022",
"URL": "https://get.wgse.io/WGSExtract-v5_11Oct2022_tools.zip"
},
"cygwin64": {
"version": 3,
"date": "29June2022",
"URL": "https://get.wgse.io/cygwin64_v3_29Jun2022_installer.zip",
"buildURL": "https://get.wgse.io/cygwin64_v3_29Jun2022_builder.zip"
},
"bioinfo": {
"version": 4,
"date": "02Dec2022",
"URL": "https://get.wgse.io/cygwin64_v5_30Jul2023_bioinfo.zip"
},
"msys2": {
"version": 1,
"date": "30 Mar2024",
"URL": "https://get.wgse.io/msys2_v1_30Mar2024_installer.zip",
"buildURL": "https://get.wgse.io/msys2_v1_30Mar2024_build.zip"
},
"bioinfo-msys2": {
"version": 1,
"date": "30 Mar2024",
"URL": "https://get.wgse.io/msys2_v1_30Mar2024_bioinfo.zip"
}
}