Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

luajit: update to 2.1.1732813678 #22700

Merged
merged 1 commit into from
Nov 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mingw-w64-luajit/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ 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="fe71d0fb54ceadfb5b5f3b6baf29e486d97f6059"
_commit="19878ec05c239ccaf5f3d17af27670a963e25b8b"
_basever=2.1
pkgver=2.1.1731601260
pkgver=2.1.1732813678
pkgrel=1
pkgdesc="Just-in-time compiler and drop-in replacement for Lua 5.1 (mingw-w64)"
arch=('any')
Expand All @@ -30,7 +30,7 @@ source=("${_realname}"::"git+https://luajit.org/git/luajit.git#commit=${_commit}
002-fix-pkg-config-file.patch
003-lua51-modules-paths.patch
004-fix-default-cc.patch)
sha256sums=('2fc4cbae2778f835fda81d2f8b0b23340fbc25b293dfb3ad6cd296194a41560f'
sha256sums=('5fcdb5e5fba4fd7f09e5921ed0619ea9874b4749bd712e6b393ce29e39ed794e'
'0cadf1b6c67c910c81ccb7a6152148dccfb0f1c6b50cdb09a5707cd45e7cbe85'
'4df486e82b0bbeead01dcf6001e90c51477a3a8ac18611d60d7067f2c7013428'
'a3d8c7c7724cd5a4173c6ddcbc854aa3424b78fb6c9d4b6c57ed2ebd6c2dd366'
Expand Down