diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2025-06-17 19:13:20 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-06-17 19:13:20 -0300 |
| commit | 705bb7408656ae9a60709894920284f83d948ec3 (patch) | |
| tree | 3d227e7d57921f317fcdeda992857e05423a5d38 | |
| parent | 2cdf35e769dd904759d50a6589474d6a52605916 (diff) | |
| download | luarocks-3.12.1.tar.gz luarocks-3.12.1.tar.bz2 luarocks-3.12.1.zip | |
Release 3.12.1v3.12.1
| -rwxr-xr-x | configure | 2 | ||||
| -rw-r--r-- | luarocks-3.12.1-1.rockspec (renamed from luarocks-dev-1.rockspec) | 3 | ||||
| -rw-r--r-- | src/luarocks/core/cfg.lua | 2 |
3 files changed, 4 insertions, 3 deletions
| @@ -321,7 +321,7 @@ do | |||
| 321 | done | 321 | done |
| 322 | 322 | ||
| 323 | echo | 323 | echo |
| 324 | BLUE "Configuring LuaRocks version 3.12.0..." | 324 | BLUE "Configuring LuaRocks version 3.12.1..." |
| 325 | echo | 325 | echo |
| 326 | echo | 326 | echo |
| 327 | 327 | ||
diff --git a/luarocks-dev-1.rockspec b/luarocks-3.12.1-1.rockspec index 677b07cf..0994928c 100644 --- a/luarocks-dev-1.rockspec +++ b/luarocks-3.12.1-1.rockspec | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | rockspec_format = "3.0" | 1 | rockspec_format = "3.0" |
| 2 | package = "luarocks" | 2 | package = "luarocks" |
| 3 | version = "dev-1" | 3 | version = "3.12.1-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 | } | 7 | } |
| 7 | description = { | 8 | description = { |
| 8 | 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 bd948f9a..6583a6c7 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.0" | 24 | local program_version = "3.12.1" |
| 25 | 25 | ||
| 26 | local is_windows = package.config:sub(1,1) == "\\" | 26 | local is_windows = package.config:sub(1,1) == "\\" |
| 27 | 27 | ||
