Commit Graph

7 Commits

Author SHA1 Message Date
termux-pacman-bot
c79e3952b0 fix(main/libluajit): Fix mismatch between version and what is built
Background: luajit uses rolling releases - see
https://luajit.org/download.html

The recommended approach is to make frequent snapshots, which the termux
package is currently taking from the 2.1 branch.

The version scheme follows what arch linux is doing:
https://archlinux.org/packages/extra/x86_64/luajit/

That means that the version number "2.1.1716656478" refers to the "2.1"
branch, with "1716656478" being the timestamp of the commit built (as
displayed by `git show -s --format=%ct`).

The problem is that the termux package was hardcoded to build a specific
commit from 2021-03-10:
787736990a

We now instead look up the commit from the timestamp in the version string,
so that what is built is correct, and auto updates will start working as expected.
2024-06-02 08:37:22 +00:00
Maxython
79b59874d9 packages/libluajit 2022-01-02 01:17:23 +03:00
shadmansaleh
4ac21a30e9 Bump luajit to commit 787736990ac3b7d5ceaba2697c7d0f58f77bb782 2021-07-06 12:08:56 +02:00
Leonid Pliushch
808fceb73d move from unstable: libluajit 2019-11-10 19:32:23 +02:00
Fredrik Fornwall
154bc46225 lua: Add and replace luajit
luajit is rather complex and lacking upstream maintenance.
2017-01-18 01:02:18 +01:00
Fredrik Fornwall
9d7fe75405 luajit: Fix clang build 2017-01-15 21:14:17 +01:00
Fredrik Fornwall
5e8d636790 Let luajit replace lua completely 2016-11-25 18:20:40 -05:00