diff options
| author | pastdue <30942300+past-due@users.noreply.github.com> | 2021-04-07 15:52:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-07 12:52:33 -0700 |
| commit | 820b31cfcfe90e4d03f48b59690134966f764c67 (patch) | |
| tree | c186f3b3097af2e57ceff1553831147ad31fda5f /ports/sqlite3 | |
| parent | e8b9eca6b1e84c7776c44a6b9e41bd501660e714 (diff) | |
| download | vcpkg-820b31cfcfe90e4d03f48b59690134966f764c67.tar.gz vcpkg-820b31cfcfe90e4d03f48b59690134966f764c67.zip | |
[sqlite3] Update to 3.35.4 (#17067)
* [sqlite3] Update to 3.35.4
* Run x-add-version sqlite3
Diffstat (limited to 'ports/sqlite3')
| -rw-r--r-- | ports/sqlite3/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/sqlite3/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/sqlite3/portfile.cmake b/ports/sqlite3/portfile.cmake index c4d86e871..d149283c1 100644 --- a/ports/sqlite3/portfile.cmake +++ b/ports/sqlite3/portfile.cmake @@ -1,5 +1,5 @@ -set(SQLITE_VERSION 3350200)
-set(SQLITE_HASH fbf09a5005377d48e30a578b824aa6a99c8b0d50bdf62c4677148a4f547f936923aa3c999953d18f4c6585b807bde064cf73d8767cb1afac7a107d1234043df2)
+set(SQLITE_VERSION 3350400)
+set(SQLITE_HASH 1e11c7fa11256a3ac862661e5992211fd29789dba37abfc40e1e39b5e00f7b029a9918e71e8a332e65338142cc62b9dc3d79adf2be28284e1934707e1332b4c6)
vcpkg_download_distfile(ARCHIVE
URLS "https://sqlite.org/2021/sqlite-amalgamation-${SQLITE_VERSION}.zip"
diff --git a/ports/sqlite3/vcpkg.json b/ports/sqlite3/vcpkg.json index bbe681e6c..da76ea50e 100644 --- a/ports/sqlite3/vcpkg.json +++ b/ports/sqlite3/vcpkg.json @@ -1,6 +1,6 @@ { "name": "sqlite3", - "version": "3.35.2", + "version": "3.35.4", "description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.", "homepage": "https://sqlite.org/", "features": { |
