We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888f8e2 commit b51d06bCopy full SHA for b51d06b
bin/list-all
@@ -5,25 +5,25 @@
5
# (e.g. http://www.lua.org/ftp/lua-<version_name>.tar.gz)
6
7
versions_list=(
8
- 5.3.3
9
- 5.3.2
10
- 5.3.1
11
- 5.3.0
12
- 5.2.4
13
- 5.2.3
14
- 5.2.2
15
- 5.2.1
16
- 5.2.0
17
- 5.1
18
- # TODO: Add support for earlier versions
19
- #4.0
20
- #3.2
21
- #3.1
22
- #3.0
23
- #2.5
24
- #2.4
25
- #2.2
26
#1.1
+ #2.2
+ #2.4
+ #2.5
+ #3.0
+ #3.1
+ #3.2
+ #4.0
+ # TODO: Add support for earlier versions
+ 5.1
+ 5.2.0
+ 5.2.1
+ 5.2.2
+ 5.2.3
+ 5.2.4
+ 5.3.0
+ 5.3.1
+ 5.3.2
+ 5.3.3
27
)
28
29
versions=""
0 commit comments