Skip to content

Commit

Permalink
[sqlite3] Update to 3.35.5 (#18374)
Browse files Browse the repository at this point in the history
* [sqlite3] Update to 3.35.5

* Run x-add-version sqlite3
  • Loading branch information
past-due authored Jun 11, 2021
1 parent 3a2259c commit 2cc4ca3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/sqlite3/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(SQLITE_VERSION 3350400)
set(SQLITE_HASH 1e11c7fa11256a3ac862661e5992211fd29789dba37abfc40e1e39b5e00f7b029a9918e71e8a332e65338142cc62b9dc3d79adf2be28284e1934707e1332b4c6)
set(SQLITE_VERSION 3350500)
set(SQLITE_HASH 9684fee89224f0c975c280cb6b2c64adb040334bc5517dfe0e354b0557459fa3ae642c4289a7a5265f65b3ad5b6747db8068a1e5172fbb8edec7f6d964ecbb20)

vcpkg_download_distfile(ARCHIVE
URLS "https://sqlite.org/2021/sqlite-amalgamation-${SQLITE_VERSION}.zip"
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.35.4",
"port-version": 1,
"version": "3.35.5",
"description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.",
"homepage": "https://sqlite.org/",
"features": {
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5965,8 +5965,8 @@
"port-version": 0
},
"sqlite3": {
"baseline": "3.35.4",
"port-version": 1
"baseline": "3.35.5",
"port-version": 0
},
"sqlitecpp": {
"baseline": "3.1.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": "2b5a7327445e4b113d53a988cc7b0619e5abc77f",
"version": "3.35.5",
"port-version": 0
},
{
"git-tree": "b2c75af9dcf9f76ea714cb93a8fe113f9bb69f48",
"version": "3.35.4",
Expand Down

0 comments on commit 2cc4ca3

Please sign in to comment.