LuaJIT: update to 2.1.1725453128.

This commit is contained in:
Daniel Martinez 2024-08-25 22:11:51 -04:00 committed by classabbyamp
parent e7f4d195c8
commit 5d47cfaf13

View file

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