瀏覽代碼

sqlite3: update to v3.50.0 (#7274)

apocelipes 2 月之前
父節點
當前提交
4a9ee35c0a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/s/sqlite3/xmake.lua

+ 1 - 0
packages/s/sqlite3/xmake.lua

@@ -45,6 +45,7 @@ package("sqlite3")
     add_versions("3.49.0+0", "4d8bfa0b55e36951f6e5a9fb8c99f3b58990ab785c57b4f84f37d163a0672759")
     add_versions("3.49.0+100", "106642d8ccb36c5f7323b64e4152e9b719f7c0215acf5bfeac3d5e7f97b59254")
     add_versions("3.49.0+200", "5c6d8697e8a32a1512a9be5ad2b2e7a891241c334f56f8b0fb4fc6051e1652e8")
+    add_versions("3.50.0+0", "3bc776a5f243897415f3b80fb74db3236501d45194c75c7f69012e4ec0128327")
 
     add_configs("explain_comments", { description = "Inserts comment text into the output of EXPLAIN.", default = true, type = "boolean"})
     add_configs("dbpage_vtab",      { description = "Enable the SQLITE_DBPAGE virtual table.", default = true, type = "boolean"})