diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-03-12 12:30:10 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-03-12 21:08:59 -0300 |
commit | e98b4094490ce5c45dc727cf95e19cae879cc2a4 (patch) | |
tree | 92a860f58a2a6aa4887fb18bbf6d442a4b732fc0 | |
parent | f51d9279b650c5991ebc450478e912bcb25a49cb (diff) | |
download | luarocks-2.4.4.tar.gz luarocks-2.4.4.tar.bz2 luarocks-2.4.4.zip |
Prepare for release 2.4.4v2.4.4
-rw-r--r-- | appveyor.yml | 6 | ||||
-rw-r--r-- | rockspec | 2 | ||||
-rw-r--r-- | src/luarocks/cfg.lua | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml index 5b777596..91db8b4b 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -1,9 +1,9 @@ | |||
1 | version: 2.4.3.{build}-test | 1 | version: 2.4.4.{build}-test |
2 | 2 | ||
3 | shallow_clone: true | 3 | shallow_clone: true |
4 | 4 | ||
5 | environment: | 5 | environment: |
6 | LUAROCKS_VER: 2.4.3 | 6 | LUAROCKS_VER: 2.4.4 |
7 | 7 | ||
8 | matrix: | 8 | matrix: |
9 | - LUA: "lua 5.1" | 9 | - LUA: "lua 5.1" |
@@ -38,7 +38,7 @@ init: | |||
38 | before_build: | 38 | before_build: |
39 | - set PATH=C:\Python27\Scripts;%PATH% # Add directory containing 'pip' to PATH | 39 | - set PATH=C:\Python27\Scripts;%PATH% # Add directory containing 'pip' to PATH |
40 | - pip install hererocks | 40 | - pip install hererocks |
41 | - hererocks env --%LUA% -rlatest --target=%COMPILER% | 41 | - hererocks env --%LUA% -r@2.4.4 --target=%COMPILER% |
42 | - call env\bin\activate | 42 | - call env\bin\activate |
43 | 43 | ||
44 | build_script: | 44 | build_script: |
@@ -1,5 +1,5 @@ | |||
1 | package = "LuaRocks" | 1 | package = "LuaRocks" |
2 | local VER = "2.4.3" | 2 | local VER = "2.4.4" |
3 | version = VER .. "-1" | 3 | version = VER .. "-1" |
4 | 4 | ||
5 | source = { | 5 | source = { |
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index 1d5c9872..55cd4c9e 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
@@ -31,7 +31,7 @@ if not ok then | |||
31 | site_config = {} | 31 | site_config = {} |
32 | end | 32 | end |
33 | 33 | ||
34 | cfg.program_version = "2.4.3" | 34 | cfg.program_version = "2.4.4" |
35 | cfg.program_series = "2.4" | 35 | cfg.program_series = "2.4" |
36 | cfg.major_version = (cfg.program_version:match("([^.]%.[^.])")) or cfg.program_series | 36 | cfg.major_version = (cfg.program_version:match("([^.]%.[^.])")) or cfg.program_series |
37 | cfg.variables = {} | 37 | cfg.variables = {} |