Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/sqlite3/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: sqlite3
Version: 3.32.0-0
Version: 3.32.1
Homepage: https://sqlite.org/
Description: SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.

Expand Down
4 changes: 2 additions & 2 deletions ports/sqlite3/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(SQLITE_VERSION 3320000)
set(SQLITE_HASH cf176859dfe5b6b92f02c8408faf3389fba0bd441308dea058085e031c45ab28377ce5ae519c48efe0ae51a16d4242e8d00461229ed099ee5cc2741a0f32ecd4 )
set(SQLITE_VERSION 3320100)
set(SQLITE_HASH 1f17d5093807e1dd016ce09bb19b8a7380df8582c8449dbe0c1ad1f8d808ab00bb54f9b733eef8937aea491d179bfc178c5f89dc336323c461a3960d1f5bac3e)

vcpkg_download_distfile(ARCHIVE
URLS "https://sqlite.org/2020/sqlite-amalgamation-${SQLITE_VERSION}.zip"
Expand Down