Skip to content

Commit

Permalink
Update to sqlite3 3.47.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Nov 25, 2024
1 parent 79b2da9 commit 9568887
Show file tree
Hide file tree
Showing 4 changed files with 32,294 additions and 12,678 deletions.
4 changes: 2 additions & 2 deletions config/ccv.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def ccv_deps():
_maybe(
http_archive,
name = "sqlite3",
sha256 = "87775784f8b22d0d0f1d7811870d39feaa7896319c7c20b849a4181c5a50609b",
urls = ["https://www.sqlite.org/2022/sqlite-amalgamation-3390200.zip"],
sha256 = "9da21e6b14ef6a943cdc30f973df259fb390bb4483f77e7f171b9b6e977e5458",
urls = ["https://www.sqlite.org/2024/sqlite-amalgamation-3470100.zip"],
build_file = "@ccv//:external/sqlite3.BUILD"
)
6 changes: 3 additions & 3 deletions external/sqlite3.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ package(

cc_library(
name = "SQLite3",
hdrs = ["sqlite-amalgamation-3390200/sqlite3.h", "sqlite-amalgamation-3390200/sqlite3ext.h"],
srcs = ["sqlite-amalgamation-3390200/sqlite3.c"],
hdrs = ["sqlite-amalgamation-3470100/sqlite3.h", "sqlite-amalgamation-3470100/sqlite3ext.h"],
srcs = ["sqlite-amalgamation-3470100/sqlite3.c"],
tags = ["swift_module=SQLite3"],
includes = ["sqlite-amalgamation-3390200"],
includes = ["sqlite-amalgamation-3470100"],
copts = ["-fPIC"],
defines = [
"HAVE_USLEEP",
Expand Down
Loading

0 comments on commit 9568887

Please sign in to comment.