diff options
| author | ohnoes_ohnoes <ohnoes_ohnoes@noreply.codeberg.org> | 2026-05-29 11:24:23 -0300 |
|---|---|---|
| committer | ohnoes_ohnoes <ohnoes_ohnoes@noreply.codeberg.org> | 2026-05-29 11:24:23 -0300 |
| commit | 4a481ee33ad592a3c916a649797b4a41062dcedf (patch) | |
| tree | 7b0c840b9d6b3d66a142bc67ef14dfd58be1fcce /repos/community/luajit/abuild | |
| parent | c71caf8c6cf11693f6e24d816c2be6a8ea1f2fbe (diff) | |
| download | alicelinux-4a481ee33ad592a3c916a649797b4a41062dcedf.tar.gz alicelinux-4a481ee33ad592a3c916a649797b4a41062dcedf.zip | |
luajit: Updated to commit 18b087cd2cd4ddc4a79782bf155383a689d5093d
Diffstat (limited to 'repos/community/luajit/abuild')
| -rw-r--r-- | repos/community/luajit/abuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/repos/community/luajit/abuild b/repos/community/luajit/abuild index 49b7152b..c40d0b37 100644 --- a/repos/community/luajit/abuild +++ b/repos/community/luajit/abuild @@ -1,4 +1,5 @@ name=luajit version=2.1 -release=1 -source="https://github.com/LuaJIT/LuaJIT/archive/refs/tags/v$version.ROLLING.tar.gz" +_commit=18b087cd2cd4ddc4a79782bf155383a689d5093d +release=2 +source=https://github.com/LuaJIT/LuaJIT/archive/$_commit.tar.gz |