Update openrestry-luajit to v2.1-20230119 (#1861)

pull/1865/head
yamashi 2 years ago committed by GitHub
parent d719b3e875
commit 7bfcf7652d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/o/openrestry-luajit/xmake.lua

@ -6,6 +6,7 @@ package("openrestry-luajit")
set_urls("https://github.com/openresty/luajit2/archive/refs/tags/$(version).zip",
"https://github.com/openresty/luajit2.git")
add_versions("v2.1-20230119", "0de62abafce957b4ed9b2417d5a1c065d9c53d3f4a28fcbe6b59f128d1a4fb37")
add_versions("v2.1-20220310", "5d765a7a60cb698afcba91c52204cbe085687ac32f6b99abeca6c3719ecf82a8")
add_configs("nojit", { description = "Disable JIT.", default = false, type = "boolean"})

Loading…
Cancel
Save