diff options
| author | Xiao Ai <aixiao57@gmail.com> | 2019-04-08 17:14:39 -0700 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-04-08 17:14:39 -0700 |
| commit | 81ecf512ac90a0905b95ed34ed95adb7bb70ee9b (patch) | |
| tree | a93a543f7fb562c881a300658bade3a373186740 | |
| parent | 757e21881247ab4adabcea470e093f3566fdf58a (diff) | |
| download | vcpkg-81ecf512ac90a0905b95ed34ed95adb7bb70ee9b.tar.gz vcpkg-81ecf512ac90a0905b95ed34ed95adb7bb70ee9b.zip | |
update sqlite3 to 3.27.2 (#6002)
| -rw-r--r-- | ports/sqlite3/CONTROL | 2 | ||||
| -rw-r--r-- | ports/sqlite3/portfile.cmake | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/sqlite3/CONTROL b/ports/sqlite3/CONTROL index 38a874439..ab5f103fd 100644 --- a/ports/sqlite3/CONTROL +++ b/ports/sqlite3/CONTROL @@ -1,5 +1,5 @@ Source: sqlite3 -Version: 3.26.0 +Version: 3.27.2 Description: SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. Feature: tool diff --git a/ports/sqlite3/portfile.cmake b/ports/sqlite3/portfile.cmake index d2a078d29..789cfe948 100644 --- a/ports/sqlite3/portfile.cmake +++ b/ports/sqlite3/portfile.cmake @@ -1,10 +1,10 @@ include(vcpkg_common_functions)
-set(SQLITE_VERSION 3260000)
-set(SQLITE_HASH ba089abd16857a65fc6cf26558a0d3e6f20c278b8df451b357eea5154f8ccd5645c9cfdb30d0fd4fe64f19dd2f876a6cc4a28455b7b013770c2ce9a607171107)
+set(SQLITE_VERSION 3270200)
+set(SQLITE_HASH f84a6a3101c989164f17b85a6c2674ae2728a75d70daf5e33627a6eaa399adaf763deb968d891ad0660f1ebe660d27fbd55ace379d807f3bb8af4e95c01b68c4)
vcpkg_download_distfile(ARCHIVE
- URLS "https://sqlite.org/2018/sqlite-amalgamation-${SQLITE_VERSION}.zip"
+ URLS "https://sqlite.org/2019/sqlite-amalgamation-${SQLITE_VERSION}.zip"
FILENAME "sqlite-amalgamation-${SQLITE_VERSION}.zip"
SHA512 ${SQLITE_HASH}
)
|
