Parcourir la source

update sqlite3 to 3.46.1 (#4939)

c8ef il y a 1 an
Parent
commit
cbc3f14298
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      packages/s/sqlite3/xmake.lua

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

@@ -35,6 +35,7 @@ package("sqlite3")
     add_versions("3.45.0+200", "bc9067442eedf3dd39989b5c5cfbfff37ae66cc9c99274e0c3052dc4d4a8f6ae")
     add_versions("3.45.0+300", "b2809ca53124c19c60f42bf627736eae011afdcc205bb48270a5ee9a38191531")
     add_versions("3.46.0+0", "6f8e6a7b335273748816f9b3b62bbdc372a889de8782d7f048c653a447417a7d")
+    add_versions("3.46.0+100", "67d3fe6d268e6eaddcae3727fce58fcc8e9c53869bdd07a0c61e38ddf2965071")
 
     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"})