[sqlitecpp] update to 3.3.2 (#40584)

This commit is contained in:
Jonathan Guzmán 2024-08-23 03:08:13 -06:00 committed by GitHub
parent 448485b7aa
commit 0cb8273440
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(OUT_SOURCE_PATH SOURCE_PATH
REPO "SRombauts/SQLiteCpp"
REF ${VERSION}
HEAD_REF master
SHA512 08a42ef2495b65e8565569842b40882aff91a3bf1887f09b5b2f2950ae4e16ef927809e7ff9870ffcf143bc187bb3eea5c3f2e4881943144e8cb6e1605ba71ce
SHA512 e65695765756570d3b2df9151c968f76d434b9ec1dbcffa71e6b58a0cad005dc60c03ac826269d0292ecda2ad2abfbf2acd1cb71fb11967f53ff58140ea133fd
PATCHES
fix_dependency.patch
add_runtime_destination.patch

View File

@ -1,6 +1,6 @@
{
"name": "sqlitecpp",
"version": "3.3.1",
"version": "3.3.2",
"description": "SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.",
"homepage": "https://github.com/SRombauts/SQLiteCpp",
"license": "MIT",

View File

@ -8513,7 +8513,7 @@
"port-version": 0
},
"sqlitecpp": {
"baseline": "3.3.1",
"baseline": "3.3.2",
"port-version": 0
},
"sqlpp11": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5ae20f010448408508d0ec198f3166f6f9794f69",
"version": "3.3.2",
"port-version": 0
},
{
"git-tree": "82921718a535a8c074d454e2b3a650467b866877",
"version": "3.3.1",