Skip to content

Commit

Permalink
[sqlite] update to 3.45.2 (microsoft#37404)
Browse files Browse the repository at this point in the history
  • Loading branch information
c8ef authored Mar 13, 2024
1 parent 00b4838 commit 4d61c5b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/sqlite3/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ string(REGEX REPLACE "^([0-9]+),0*([0-9][0-9]),0*([0-9][0-9]),0*([0-9][0-9])," "
vcpkg_download_distfile(ARCHIVE
URLS "https://sqlite.org/2024/sqlite-autoconf-${SQLITE_VERSION}.tar.gz"
FILENAME "sqlite-autoconf-${SQLITE_VERSION}.zip"
SHA512 c6bd4eaa67cada28528d1ac31aec1662c0a11048247a1bb148c1842fb0252934e2096843b56fea94bfb96c4eaaa598ec70ac31f2a5e910388f24f152b9fc4211
SHA512 7a15feab6319d8718b0ec3fc2077f50e87bbbe0deb5689c3318d5283bbdd72e16f2b2fa8fcf9b1331d8eaffa75c479db044a3c452d1ec09744648a3930505eff
)

vcpkg_extract_source_archive(
Expand Down
3 changes: 1 addition & 2 deletions ports/sqlite3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "sqlite3",
"version": "3.45.1",
"port-version": 1,
"version": "3.45.2",
"description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.",
"homepage": "https://sqlite.org/",
"license": "blessing",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8309,8 +8309,8 @@
"port-version": 1
},
"sqlite3": {
"baseline": "3.45.1",
"port-version": 1
"baseline": "3.45.2",
"port-version": 0
},
"sqlitecpp": {
"baseline": "3.3.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sqlite3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f835055a43b1f593986f816f564614ae5a8c3c73",
"version": "3.45.2",
"port-version": 0
},
{
"git-tree": "4e2ae6bc4849b52c6cd2e2d51c110f69ac3901d0",
"version": "3.45.1",
Expand Down

0 comments on commit 4d61c5b

Please sign in to comment.