aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlite3/portfile.cmake
diff options
context:
space:
mode:
authorpastdue <30942300+past-due@users.noreply.github.com>2021-02-24 17:06:36 -0500
committerGitHub <noreply@github.com>2021-02-24 14:06:36 -0800
commit6e8aaa76f89f7a99fbe2ba4333c61cf940cd8bc4 (patch)
tree6ae3db9213679641c8cd1340fe04e6d4c402ead8 /ports/sqlite3/portfile.cmake
parent0daf0111b29615f6a12f346e5231a122448182b3 (diff)
downloadvcpkg-6e8aaa76f89f7a99fbe2ba4333c61cf940cd8bc4.tar.gz
vcpkg-6e8aaa76f89f7a99fbe2ba4333c61cf940cd8bc4.zip
[sqlite3] Update to 3.34.1 (#16125)
* [sqlite3] Update to 3.34.1 * Run x-add-version sqlite3 * [sqlite3] Change version scheme Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/sqlite3/portfile.cmake')
-rw-r--r--ports/sqlite3/portfile.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/sqlite3/portfile.cmake b/ports/sqlite3/portfile.cmake
index ac61e2290..0ab830dc7 100644
--- a/ports/sqlite3/portfile.cmake
+++ b/ports/sqlite3/portfile.cmake
@@ -1,8 +1,8 @@
-set(SQLITE_VERSION 3330000)
-set(SQLITE_HASH a9cb038c82dcafe1b5aa410f60bff21066b3e3456161bc91829a1a3b3b6591e0595209f45d4a6b10b0ad08e88df3f1b2062d4b075205e32d34780da7dea3e07b)
+set(SQLITE_VERSION 3340100)
+set(SQLITE_HASH 8a936f1c34fc9036cadf5bd53f9ee594135c2efdef1d2c82bd4fdf3e0218afde710fc4c436cfc992687d008e6086a697da0487352ed88809d677e05d824940dd)
vcpkg_download_distfile(ARCHIVE
- URLS "https://sqlite.org/2020/sqlite-amalgamation-${SQLITE_VERSION}.zip"
+ URLS "https://sqlite.org/2021/sqlite-amalgamation-${SQLITE_VERSION}.zip"
FILENAME "sqlite-amalgamation-${SQLITE_VERSION}.zip"
SHA512 ${SQLITE_HASH}
)