vcpkg/ports/sqlite3/vcpkg.json
pastdue 2cc4ca3d83
[sqlite3] Update to 3.35.5 (#18374)
* [sqlite3] Update to 3.35.5

* Run x-add-version sqlite3
2021-06-11 10:00:19 -07:00

18 lines
488 B
JSON

{
"name": "sqlite3",
"version": "3.35.5",
"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"
}
}
}