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
13 changes: 0 additions & 13 deletions ports/sqlite3/CONTROL

This file was deleted.

6 changes: 3 additions & 3 deletions ports/sqlite3/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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}
)
Expand Down
17 changes: 17 additions & 0 deletions ports/sqlite3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "sqlite3",
"version": "3.34.1",
"description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.",
"homepage": "https://sqlite.org/",
"features": {
"geopoly": {
"description": "enable geopoly functionality for sqlite3"
},
"json1": {
"description": "enable JSON functionality for sqlite3"
},
"tool": {
"description": "sqlite3 executable"
}
}
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5589,7 +5589,7 @@
"port-version": 0
},
"sqlite3": {
"baseline": "3.33.0",
"baseline": "3.34.1",
"port-version": 0
},
"sqlitecpp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sqlite3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a4f8c5e08012ca84ac1b505c65ad1c3d174255ec",
"version": "3.34.1",
"port-version": 0
},
{
"git-tree": "34f1a969f91790b20ff5bd583f25adac17c4d9c2",
"version-string": "3.33.0",
Expand Down