소스 검색

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"})