aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorKevin Lu <6320810+kevinlul@users.noreply.github.com>2021-03-15 13:59:31 -0400
committerGitHub <noreply@github.com>2021-03-15 10:59:31 -0700
commit1575c8381064ad2628cfc85b5fa064e04f46336a (patch)
treeeb7c1fcae2bbd2f9db9836b4e696f4d0ade21882 /ports
parent2fc15828269c57797a8bae583f4977e31b7bfb8d (diff)
downloadvcpkg-1575c8381064ad2628cfc85b5fa064e04f46336a.tar.gz
vcpkg-1575c8381064ad2628cfc85b5fa064e04f46336a.zip
[sqlite3] Update to 3.35.0 (#16679)
* [sqlite3] Update to 3.35.0 * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'ports')
-rw-r--r--ports/sqlite3/portfile.cmake4
-rw-r--r--ports/sqlite3/vcpkg.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/sqlite3/portfile.cmake b/ports/sqlite3/portfile.cmake
index 0ab830dc7..f440a1256 100644
--- a/ports/sqlite3/portfile.cmake
+++ b/ports/sqlite3/portfile.cmake
@@ -1,5 +1,5 @@
-set(SQLITE_VERSION 3340100)
-set(SQLITE_HASH 8a936f1c34fc9036cadf5bd53f9ee594135c2efdef1d2c82bd4fdf3e0218afde710fc4c436cfc992687d008e6086a697da0487352ed88809d677e05d824940dd)
+set(SQLITE_VERSION 3350000)
+set(SQLITE_HASH 056df66675d7c654c4ccb72448387a99587a2ac2fbf97d55ab5883fa3583e8f1b3574c92dd93a5f9d702abd439640809e427b92abfe15c5e88bbf0f3555e80a9)
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 eafa71352..8e6903908 100644
--- a/ports/sqlite3/vcpkg.json
+++ b/ports/sqlite3/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "sqlite3",
- "version": "3.34.1",
+ "version": "3.35.0",
"description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.",
"homepage": "https://sqlite.org/",
"features": {