forked from pharo-project/pharo-launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsources.list
171 lines (171 loc) · 4.87 KB
/
sources.list
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
OrderedCollection [
PhLTemplateSource {
#type : #Cache,
#name : 'Templates'
},
PhLTemplateSource {
#type : #URLGroup,
#name : 'Pharo Mooc',
#templates : [
PhLTemplateSource {
#type : #URL,
#name : 'Pharo Mooc',
#url : 'https://mooc.pharo.org/image/PharoWeb.zip'
},
PhLTemplateSource {
#type : #URL,
#name : 'Pharo 10.0 - 64bit',
#url : 'https://files.pharo.org/image/100/latest-64.zip'
}
]
},
PhLTemplateSource {
#type : #URLGroup,
#name : 'Official distributions',
#templates : [
PhLTemplateSource {
#type : #URL,
#name : 'Pharo 13.0 - 64bit (development version, latest)',
#url : 'https://files.pharo.org/image/130/latest-64.zip'
},
PhLTemplateSource {
#type : #URL,
#name : 'Pharo 12.0 - 64bit (stable)',
#url : 'https://files.pharo.org/image/120/latest-64.zip'
},
PhLTemplateSource {
#type : #URL,
#name : 'Pharo 11.0 - 64bit (old stable)',
#url : 'https://files.pharo.org/image/110/latest-64.zip'
},
PhLTemplateSource {
#type : #URL,
#name : 'Moose Suite 12 (development)',
#url : 'https://github.com/moosetechnology/Moose/releases/download/continuous/Moose12-development-Pharo64-12.zip'
},
PhLTemplateSource {
#type : #URL,
#name : 'Moose Suite 11 (stable)',
#url : 'https://github.com/moosetechnology/Moose/releases/download/v11.x.x/Moose11-stable-Pharo64-11.zip'
},
PhLTemplateSource {
#type : #URL,
#name : 'Moose Suite 10 (old stable)',
#url : 'https://github.com/moosetechnology/Moose/releases/download/v10.x.x/Moose10-stable-Pharo64-10.zip'
}
],
#expanded : true
},
PhLTemplateSource {
#type : #URLGroup,
#name : 'Deprecated distributions',
#templates : [
PhLTemplateSource {
#type : #URL,
#name : 'Pharo 10.0 - 64bit',
#url : 'https://files.pharo.org/image/100/latest-64.zip'
},
PhLTemplateSource {
#type : #URL,
#name : 'Pharo 10.0 - 32bit',
#url : 'https://files.pharo.org/image/100/latest-32.zip'
},
PhLTemplateSource {
#type : #URL,
#name : 'Pharo 9.0 - 64bit',
#url : 'https://files.pharo.org/image/90/stable-64.zip'
},
PhLTemplateSource {
#type : #URL,
#name : 'Pharo 9.0 - 32bit',
#url : 'https://files.pharo.org/image/90/stable-32.zip'
},
PhLTemplateSource {
#type : #URL,
#name : 'Pharo 8.0 - 64bit',
#url : 'https://files.pharo.org/image/80/stable-64.zip'
},
PhLTemplateSource {
#type : #URL,
#name : 'Pharo 8.0 - 32bit',
#url : 'https://files.pharo.org/image/80/stable-32.zip'
},
PhLTemplateSource {
#type : #URL,
#name : 'Pharo 7.0 - 32bit',
#url : 'https://files.pharo.org/image/70/stable-32.zip'
},
PhLTemplateSource {
#type : #URL,
#name : 'Pharo 7.0 - 64bit',
#url : 'https://files.pharo.org/image/70/stable-64.zip'
},
PhLTemplateSource {
#type : #URL,
#name : 'Pharo 6.1 - 32bit',
#url : 'https://files.pharo.org/image/60/latest.zip'
},
PhLTemplateSource {
#type : #URL,
#name : 'Pharo 6.1 - 64bit',
#url : 'https://files.pharo.org/image/60/latest-64.zip'
},
PhLTemplateSource {
#type : #URL,
#name : 'Pharo 5.0',
#url : 'https://files.pharo.org/image/50/latest.zip'
},
PhLTemplateSource {
#type : #URL,
#name : 'Pharo 4.0',
#url : 'https://files.pharo.org/image/40/latest.zip'
},
PhLTemplateSource {
#type : #URL,
#name : 'Pharo 3.0',
#url : 'https://files.pharo.org/image/30/latest.zip'
},
PhLTemplateSource {
#type : #URL,
#name : 'Pharo 2.0',
#url : 'https://files.pharo.org/image/20/latest.zip'
},
PhLTemplateSource {
#type : #URL,
#name : 'Moose Suite 8.0',
#url : 'https://github.com/moosetechnology/Moose/releases/download/v8.x.x/Moose8-old-stable-Pharo64-8.0.zip'
},
PhLTemplateSource {
#type : #URL,
#name : 'Moose Suite 9.0',
#url : 'https://github.com/moosetechnology/Moose/releases/download/v9.x.x/Moose9-stable-Pharo64-10.zip'
}
]
},
PhLTemplateSource {
#type : #HttpListing,
#name : 'Pharo 12.0 (stable)',
#url : 'https://files.pharo.org/image/120/',
#filterPattern : 'href="(Pharo-?12(.[0-9]+)?-SNAPSHOT.build.[^"]*.zip)"'
},
PhLTemplateSource {
#type : #HttpListing,
#name : 'Pharo 13.0 (development version)',
#url : 'https://files.pharo.org/image/130/',
#filterPattern : 'href="(Pharo-?13(.[0-9]+)?-SNAPSHOT.build.[^"]*.zip)"'
},
PhLTemplateSource {
#type : #HttpListing,
#name : 'Pharo IoT (PharoThings)',
#url : 'https://github.com/pharo-iot/PharoThings/releases',
#filterPattern : 'href="([^"]*/Pharo[0-9][^"]*.zip)"',
#templateNameFormat: '{6} ({5})'
},
PhLTemplateSource {
#type : #HttpListing,
#name : 'Pharo Remote Development (TelePharo)',
#url : 'https://github.com/pharo-ide/TelePharo/releases',
#filterPattern : 'href="([^"]*/Pharo[0-9][^"]*.zip)"',
#templateNameFormat: '{6} ({5})'
}
]