* update luajit to 2.1.0.beta3.g1401cfb2-1.2

This commit is contained in:
Alexander Baldeck 2024-11-28 09:17:30 +01:00
parent 3cf6984aa5
commit 52e02ca336
2 changed files with 18 additions and 1 deletions

17
luajit/.SRCINFO Normal file
View File

@ -0,0 +1,17 @@
pkgbase = luajit
pkgdesc = Just-in-time compiler and drop-in replacement for Lua 5.1
pkgver = 2.1.0.beta3.g1401cfb2
pkgrel = 1.2
url = https://luajit.org/
arch = x86_64
arch = powerpc64le
arch = powerpc
license = MIT
makedepends = git
depends = gcc-libs
source = LuaJIT-PPC64::git+https://github.com/PPC64/LuaJIT.git#commit=1401cfb2b3d9270f5e6e6c899eb9deb43eaddab6
md5sums = SKIP
sha256sums = SKIP
b2sums = SKIP
pkgname = luajit

View File

@ -11,7 +11,7 @@ pkgname=luajit
# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
_commit=1401cfb2b3d9270f5e6e6c899eb9deb43eaddab6
pkgver="2.1.0.beta3.g${_commit::8}"
pkgrel=1.1
pkgrel=1.2
pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
arch=(x86_64 powerpc64le powerpc)
url='https://luajit.org/'