-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.json
More file actions
46 lines (46 loc) · 1.45 KB
/
sources.json
File metadata and controls
46 lines (46 loc) · 1.45 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
{
"GCC": {
"url": "https://launchpad.net/gcc-arm-embedded/5.0/5-2016-q3-update/+download/gcc-arm-none-eabi-5_4-2016q3-20160926-win32.zip",
"ver": "5.4.3"
},
"MAKE_BIN": {
"url": "http://gnuwin32.sourceforge.net/downlinks/make-bin-zip.php",
"ver": "3.81"
},
"MAKE_DEP": {
"url": "http://gnuwin32.sourceforge.net/downlinks/make-dep-zip.php",
"ver": "3.81"
},
"MINGW": {
"url": "http://sourceforge.net/projects/mingw/files/Installer/mingw-get/mingw-get-0.6.2-beta-20131004-1/mingw-get-0.6.2-mingw32-beta-20131004-1-bin.zip/download",
"ver": "0.6.2"
},
"GIT": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.10.1.windows.1/Git-2.10.1-32-bit.exe",
"ver": "2.10.1"
},
"GIT_64": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.10.1.windows.1/Git-2.10.1-64-bit.exe",
"ver": "2.10.1"
},
"NETBEANS": {
"url": "http://download.netbeans.org/netbeans/8.2/final/bundles/netbeans-8.2-cpp-windows-x86.exe",
"ver": "8.2"
},
"CYGWIN_X86": {
"url": "https://cygwin.com/setup-x86.exe",
"ver": "2.873"
},
"CYGWIN_X86_64": {
"url": "https://cygwin.com/setup-x86_64.exe",
"ver": "2.873"
},
"JDK": {
"url": "http://download.oracle.com/otn-pub/java/jdk/8u102-b14/jdk-8u102-windows-i586.exe",
"ver": "1.8.0.102"
},
"JDK64": {
"url": "http://download.oracle.com/otn-pub/java/jdk/8u102-b14/jdk-8u102-windows-x64.exe",
"ver": "1.8.0.102"
}
}