From 61b2b74dea3f79e4e0240f6507fb06cc97c9784d Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Sat, 15 Feb 2025 12:40:52 -0500 Subject: [PATCH] LuaJIT: update to 2.1.1736781742. --- srcpkgs/LuaJIT/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/LuaJIT/template b/srcpkgs/LuaJIT/template index f755e14f00c..739c6a569d2 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.1734355927 +version=2.1.1736781742 revision=1 -_commit_hash=f73e649a954b599fc184726c376476e7a5c439ca +_commit_hash=a4f56a459a588ae768801074b46ba0adcfb49eb1 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=a000d47d80034fdf1120529410549687d03ead6d5b75f459a3f92035976772ee +checksum=dee14dd4d199f2d548bdcec2ab0b0693de602213a3d72aa9457ecd3e67c40e7a build_options="lua52compat" desc_option_lua52compat="higher compatibility with lua 5.2"