luajit: update to 2.1.1731601260

This commit is contained in:
luau-project 2024-11-16 10:51:28 -03:00 committed by Christoph Reiter
parent 8835af6815
commit 1489cb1478

View File

@ -5,9 +5,9 @@ pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
# LuaJIT has abandoned versioned releases and now advises using git HEAD # LuaJIT has abandoned versioned releases and now advises using git HEAD
# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583 # https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
_commit="97813fb924edf822455f91a5fbbdfdb349e5984f" _commit="fe71d0fb54ceadfb5b5f3b6baf29e486d97f6059"
_basever=2.1 _basever=2.1
pkgver=2.1.1727870382 pkgver=2.1.1731601260
pkgrel=1 pkgrel=1
pkgdesc="Just-in-time compiler and drop-in replacement for Lua 5.1 (mingw-w64)" pkgdesc="Just-in-time compiler and drop-in replacement for Lua 5.1 (mingw-w64)"
arch=('any') arch=('any')
@ -30,7 +30,7 @@ source=("${_realname}"::"git+https://luajit.org/git/luajit.git#commit=${_commit}
002-fix-pkg-config-file.patch 002-fix-pkg-config-file.patch
003-lua51-modules-paths.patch 003-lua51-modules-paths.patch
004-fix-default-cc.patch) 004-fix-default-cc.patch)
sha256sums=('c6ddc41e358cbbed8b77ed4b65a04db191165a6cba29576ebc5cee75777ac675' sha256sums=('2fc4cbae2778f835fda81d2f8b0b23340fbc25b293dfb3ad6cd296194a41560f'
'0cadf1b6c67c910c81ccb7a6152148dccfb0f1c6b50cdb09a5707cd45e7cbe85' '0cadf1b6c67c910c81ccb7a6152148dccfb0f1c6b50cdb09a5707cd45e7cbe85'
'4df486e82b0bbeead01dcf6001e90c51477a3a8ac18611d60d7067f2c7013428' '4df486e82b0bbeead01dcf6001e90c51477a3a8ac18611d60d7067f2c7013428'
'a3d8c7c7724cd5a4173c6ddcbc854aa3424b78fb6c9d4b6c57ed2ebd6c2dd366' 'a3d8c7c7724cd5a4173c6ddcbc854aa3424b78fb6c9d4b6c57ed2ebd6c2dd366'