diff options
author | luau-project <luau.project@gmail.com> | 2025-03-07 21:48:58 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-03-09 20:20:41 -0300 |
commit | 549b8ee066ea9f321209c9d0b63f11c91911fca2 (patch) | |
tree | 04868d747402380b33bec0dcff104d2a9ddb5fed | |
parent | 06f1aa0e6c572e47110cf3883a5cfefe8e34cfe3 (diff) | |
download | luarocks-549b8ee066ea9f321209c9d0b63f11c91911fca2.tar.gz luarocks-549b8ee066ea9f321209c9d0b63f11c91911fca2.tar.bz2 luarocks-549b8ee066ea9f321209c9d0b63f11c91911fca2.zip |
ci(windows): bump luasocket version
-rw-r--r-- | spec/util/versions.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/util/versions.lua b/spec/util/versions.lua index f3ea152c..22d811e2 100644 --- a/spec/util/versions.lua +++ b/spec/util/versions.lua | |||
@@ -11,7 +11,7 @@ return { | |||
11 | luafilesystem = "1.8.0-1", | 11 | luafilesystem = "1.8.0-1", |
12 | luafilesystem_old = "1.6.3-2", | 12 | luafilesystem_old = "1.6.3-2", |
13 | luaposix = "35.1-1", | 13 | luaposix = "35.1-1", |
14 | luasocket = "3.0.0-1", | 14 | luasocket = "3.1.0-1", |
15 | luasec = "1.3.2-1", | 15 | luasec = "1.3.2-1", |
16 | lxsh = "0.8.6-2", | 16 | lxsh = "0.8.6-2", |
17 | timerwheel = "0.2.0-2", -- dependency for copas | 17 | timerwheel = "0.2.0-2", -- dependency for copas |