LuaJIT: update to 2.1.1731601260.

This commit is contained in:
Daniel Martinez 2024-11-14 17:15:01 -05:00 committed by tranzystorekk
parent 8ab323032b
commit 61560e1829
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'LuaJIT'
pkgname=LuaJIT
# the minor version is the contents of the .relver file in the source tarball
version=2.1.1725453128
version=2.1.1731601260
revision=1
_commit_hash=87ae18af97fd4de790bb6c476b212e047689cc93
_commit_hash=fe71d0fb54ceadfb5b5f3b6baf29e486d97f6059
build_style=gnu-makefile
hostmakedepends="lua52-BitOp"
short_desc="Just-In-Time Compiler for Lua"
@ -11,7 +11,7 @@ maintainer="Daniel Martinez <danielmartinez@cock.li>"
license="MIT"
homepage="https://www.luajit.org"
distfiles="https://repo.or.cz/luajit-2.0.git/snapshot/${_commit_hash}.tar.gz"
checksum=c4ab3972a6d00d138caadab27ee53e646342e5d2f52adbffab6a916287b3fe57
checksum=1f12f67944431d2b54646404fc41f159c2c66c3f69cd6938de1195f17aa702da
build_options="lua52compat"
desc_option_lua52compat="higher compatibility with lua 5.2"