From 8c9ff4823abad86da5fdf80c8bb777d245d715a6 Mon Sep 17 00:00:00 2001 From: kayibea Date: Sat, 3 Jan 2026 17:39:36 +0100 Subject: [PATCH 1/3] chore: update luaposix moved repo location --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index e6a69c7..81a74c7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -241,7 +241,7 @@ branch = publish [submodule "addons/luaposix/module"] path = addons/luaposix/module - url = https://github.com/kayibea/lls-posix + url = https://github.com/kayibea/luaposix-annotations [submodule "addons/LuaPlayerYT/module"] path = addons/LuaPlayerYT/module url = https://github.com/antim0118/lpyt-lls-addon @@ -251,7 +251,7 @@ [submodule "addons/darkrp/module"] path = addons/darkrp/module url = https://github.com/EmekC/darkrp-luals.git - + [submodule "addons/celeste-bosses-helper/module"] path = addons/celeste-bosses-helper/module url = https://github.com/TheDavSmasher/bosses-helper-addon From 27b704619ac06992f28712092543400d7b54f9cb Mon Sep 17 00:00:00 2001 From: kayibea Date: Sun, 4 Jan 2026 23:02:03 +0100 Subject: [PATCH 2/3] chore(submodule): update luaposix to new remote --- addons/luaposix/module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/luaposix/module b/addons/luaposix/module index bfcc4e6..83af5c7 160000 --- a/addons/luaposix/module +++ b/addons/luaposix/module @@ -1 +1 @@ -Subproject commit bfcc4e66bd60c30906710bd61806942f02edbfb6 +Subproject commit 83af5c70b9e4c0142bb8638a10e955410f6c7fe0 From c4cc24ef39a989a7333538a4b1bcc2eb3b934a82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 22:02:22 +0000 Subject: [PATCH 3/3] chore: Update Addon Metadata --- addons/luaposix/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/luaposix/info.json b/addons/luaposix/info.json index c4bf534..03e7fa1 100644 --- a/addons/luaposix/info.json +++ b/addons/luaposix/info.json @@ -3,5 +3,5 @@ "name": "POSIX", "description": "Provides definitions for posix Lua API", "hasPlugin": false, - "size": 61952 + "size": 61884 }