浏览代码

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

yamashi 2 年之前
父节点
当前提交
7bfcf7652d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/o/openrestry-luajit/xmake.lua

+ 1 - 0
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"})