aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard H <62929050+xonix-22@users.noreply.github.com>2020-06-02 00:00:57 +0100
committerGitHub <noreply@github.com>2020-06-01 16:00:57 -0700
commit53a17b9885ec11df9df64ef4c2e42a060b3d754a (patch)
treebdc93f7c9d4557b54a72deb7878cdec6cf983217
parentfdff19f9a1bccd42bbe6e520d80f87ec680f4f3b (diff)
downloadvcpkg-53a17b9885ec11df9df64ef4c2e42a060b3d754a.tar.gz
vcpkg-53a17b9885ec11df9df64ef4c2e42a060b3d754a.zip
update sqlite3 to 3.32 (#11635)
-rw-r--r--ports/sqlite3/CONTROL2
-rw-r--r--ports/sqlite3/portfile.cmake6
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/sqlite3/CONTROL b/ports/sqlite3/CONTROL
index 711e8a077..cf4e23139 100644
--- a/ports/sqlite3/CONTROL
+++ b/ports/sqlite3/CONTROL
@@ -1,5 +1,5 @@
Source: sqlite3
-Version: 3.31.1-1
+Version: 3.32.0-0
Homepage: https://sqlite.org/
Description: SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
diff --git a/ports/sqlite3/portfile.cmake b/ports/sqlite3/portfile.cmake
index 7b14475e3..ec78e1578 100644
--- a/ports/sqlite3/portfile.cmake
+++ b/ports/sqlite3/portfile.cmake
@@ -1,5 +1,5 @@
-set(SQLITE_VERSION 3310100)
-set(SQLITE_HASH 3a44168a9973896d26880bc49469c3b9a120fd39dbeb27521c216b900fd32c5b3ca19ba51648e8c7715899b173cf01b4ae6e03a16cb3a7058b086147389437af )
+set(SQLITE_VERSION 3320000)
+set(SQLITE_HASH cf176859dfe5b6b92f02c8408faf3389fba0bd441308dea058085e031c45ab28377ce5ae519c48efe0ae51a16d4242e8d00461229ed099ee5cc2741a0f32ecd4 )
vcpkg_download_distfile(ARCHIVE
URLS "https://sqlite.org/2020/sqlite-amalgamation-${SQLITE_VERSION}.zip"
@@ -45,4 +45,4 @@ configure_file(
)
file(WRITE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright "SQLite is in the Public Domain.\nhttp://www.sqlite.org/copyright.html\n")
-vcpkg_copy_pdbs() \ No newline at end of file
+vcpkg_copy_pdbs()