update sqlite3 to 3.45.2 (#3492)

* update sqlite3 to 3.45.2

* update ci version
pull/3495/head
c8ef 9 months ago committed by GitHub
parent 96aae84b09
commit 80579fdbd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/wasm_ubuntu.yml
  2. 1
      packages/s/sqlite3/xmake.lua

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

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

Loading…
Cancel
Save