From 61560e182945818e21b7679d31be19d408636572 Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Thu, 14 Nov 2024 17:15:01 -0500 Subject: [PATCH] LuaJIT: update to 2.1.1731601260. --- srcpkgs/LuaJIT/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/LuaJIT/template b/srcpkgs/LuaJIT/template index bcb387dd4a9..9b3153a9c02 100644 --- a/srcpkgs/LuaJIT/template +++ b/srcpkgs/LuaJIT/template @@ -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 " 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"