diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2025-06-27 01:45:56 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-06-27 03:19:01 -0300 |
| commit | 990ec6ca3b097c7160fe925cfca4b8e57cfe5685 (patch) | |
| tree | 81bf2c9789e7ec757cf2f898c108ee3264ff1c98 | |
| parent | bdb3572ac8d0b75f7bce5512cad8f03823d2ace8 (diff) | |
| download | luarocks-3.12.2.tar.gz luarocks-3.12.2.tar.bz2 luarocks-3.12.2.zip | |
Release 3.12.2v3.12.2
| -rwxr-xr-x | configure | 2 | ||||
| -rw-r--r-- | luarocks-3.12.2-1.rockspec (renamed from luarocks-3.12.1-1.rockspec) | 4 | ||||
| -rw-r--r-- | src/luarocks/core/cfg.lua | 2 |
3 files changed, 4 insertions, 4 deletions
| @@ -321,7 +321,7 @@ do | |||
| 321 | done | 321 | done |
| 322 | 322 | ||
| 323 | echo | 323 | echo |
| 324 | BLUE "Configuring LuaRocks version 3.12.1..." | 324 | BLUE "Configuring LuaRocks version 3.12.2..." |
| 325 | echo | 325 | echo |
| 326 | echo | 326 | echo |
| 327 | 327 | ||
diff --git a/luarocks-3.12.1-1.rockspec b/luarocks-3.12.2-1.rockspec index 0994928c..728854cb 100644 --- a/luarocks-3.12.1-1.rockspec +++ b/luarocks-3.12.2-1.rockspec | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | rockspec_format = "3.0" | 1 | rockspec_format = "3.0" |
| 2 | package = "luarocks" | 2 | package = "luarocks" |
| 3 | version = "3.12.1-1" | 3 | version = "3.12.2-1" |
| 4 | source = { | 4 | source = { |
| 5 | url = "git+https://github.com/luarocks/luarocks", | 5 | url = "git+https://github.com/luarocks/luarocks", |
| 6 | tag = "v3.12.1" | 6 | tag = "v3.12.2", |
| 7 | } | 7 | } |
| 8 | description = { | 8 | description = { |
| 9 | summary = "A package manager for Lua modules.", | 9 | summary = "A package manager for Lua modules.", |
diff --git a/src/luarocks/core/cfg.lua b/src/luarocks/core/cfg.lua index 6583a6c7..7e1294cd 100644 --- a/src/luarocks/core/cfg.lua +++ b/src/luarocks/core/cfg.lua | |||
| @@ -21,7 +21,7 @@ local vers = require("luarocks.core.vers") | |||
| 21 | 21 | ||
| 22 | -------------------------------------------------------------------------------- | 22 | -------------------------------------------------------------------------------- |
| 23 | 23 | ||
| 24 | local program_version = "3.12.1" | 24 | local program_version = "3.12.2" |
| 25 | 25 | ||
| 26 | local is_windows = package.config:sub(1,1) == "\\" | 26 | local is_windows = package.config:sub(1,1) == "\\" |
| 27 | 27 | ||
