Browse Source

update sqlite3 to 3.45.2 (#3492)

* update sqlite3 to 3.45.2

* update ci version
c8ef 1 year ago
parent
commit
80579fdbd3
2 changed files with 2 additions and 3 deletions
  1. 1 3
      .github/workflows/wasm_ubuntu.yml
  2. 1 0
      packages/s/sqlite3/xmake.lua

+ 1 - 3
.github/workflows/wasm_ubuntu.yml

@@ -26,10 +26,8 @@ jobs:
           actions-cache-key: 'wasm'
 
       - name: Prepare
-        uses: mymindstorm/setup-emsdk@v11
+        uses: mymindstorm/setup-emsdk@v14
         with:
-          # Make sure to set a version number!
-          version: 3.1.35
           # This is the name of the cache folder.
           # The cache folder will be placed in the build directory,
           #  so make sure it doesn't conflict with anything!

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

@@ -31,6 +31,7 @@ package("sqlite3")
     add_versions("3.39.0+200", "852be8a6183a17ba47cee0bbff7400b7aa5affd283bf3beefc34fcd088a239de")
     add_versions("3.43.0+200", "6d422b6f62c4de2ca80d61860e3a3fb693554d2f75bb1aaca743ccc4d6f609f0")
     add_versions("3.45.0+100", "cd9c27841b7a5932c9897651e20b86c701dd740556989b01ca596fcfa3d49a0a")
+    add_versions("3.45.0+200", "bc9067442eedf3dd39989b5c5cfbfff37ae66cc9c99274e0c3052dc4d4a8f6ae")
 
     if is_plat("macosx", "linux", "bsd") then
         add_syslinks("pthread", "dl")