4 Commits

Author SHA256 Message Date
7ac576dfe4 Enable lua55 build. 2026-01-23 22:40:20 +01:00
589e7780d1 Enable lua55 build 2026-01-21 21:45:08 +01:00
3ee453b3c5 Switch off building lua51 build of the package. 2025-10-24 16:51:08 +02:00
1076b557a3 Add luajit version to _multibuild 2025-10-21 01:51:14 +02:00
2 changed files with 17 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
<multibuild>
<package>lua51</package>
<package>luajit</package>
<package>lua53</package>
<package>lua54</package>
<package>lua55</package>
</multibuild>

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jan 23 21:40:20 UTC 2026 - Matej Cepl <mcepl@cepl.eu>
- Enable lua55 build.
-------------------------------------------------------------------
Fri Oct 24 14:51:08 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Switch off building lua51 build of the package.
-------------------------------------------------------------------
Mon Oct 20 23:51:05 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Add luajit version to _multibuild
-------------------------------------------------------------------
Mon Apr 1 02:05:41 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>