luajit: update to 2.1.1707061634

This commit is contained in:
ognevnydemon
2024-02-05 20:57:55 +03:00
parent 065022a16b
commit 5bc46b45f8

View File

@@ -5,14 +5,15 @@ pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
# LuaJIT has abandoned versioned releases and now advises using git HEAD
# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
_commit="43d0a19158ceabaa51b0462c1ebc97612b420a2e"
_commit="0d313b243194a0b8d2399d8b549ca5a0ff234db5"
_basever=2.1
pkgver=2.1.1700008891
pkgver=2.1.1707061634
pkgrel=1
pkgdesc="Just-in-time compiler and drop-in replacement for Lua 5.1 (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url="https://luajit.org/"
msys2_repository_url='https://repo.or.cz/w/luajit-2.0.git'
license=('spdx:MIT')
conflicts=("${MINGW_PACKAGE_PREFIX}-lua51"
"${MINGW_PACKAGE_PREFIX}-luajit-git")