mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:43:18 +08:00
[sqlitecpp] update to 3.3.2 (#40584)
This commit is contained in:
parent
448485b7aa
commit
0cb8273440
@ -2,7 +2,7 @@ vcpkg_from_github(OUT_SOURCE_PATH SOURCE_PATH
|
|||||||
REPO "SRombauts/SQLiteCpp"
|
REPO "SRombauts/SQLiteCpp"
|
||||||
REF ${VERSION}
|
REF ${VERSION}
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
SHA512 08a42ef2495b65e8565569842b40882aff91a3bf1887f09b5b2f2950ae4e16ef927809e7ff9870ffcf143bc187bb3eea5c3f2e4881943144e8cb6e1605ba71ce
|
SHA512 e65695765756570d3b2df9151c968f76d434b9ec1dbcffa71e6b58a0cad005dc60c03ac826269d0292ecda2ad2abfbf2acd1cb71fb11967f53ff58140ea133fd
|
||||||
PATCHES
|
PATCHES
|
||||||
fix_dependency.patch
|
fix_dependency.patch
|
||||||
add_runtime_destination.patch
|
add_runtime_destination.patch
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sqlitecpp",
|
"name": "sqlitecpp",
|
||||||
"version": "3.3.1",
|
"version": "3.3.2",
|
||||||
"description": "SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.",
|
"description": "SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.",
|
||||||
"homepage": "https://github.com/SRombauts/SQLiteCpp",
|
"homepage": "https://github.com/SRombauts/SQLiteCpp",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -8513,7 +8513,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"sqlitecpp": {
|
"sqlitecpp": {
|
||||||
"baseline": "3.3.1",
|
"baseline": "3.3.2",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"sqlpp11": {
|
"sqlpp11": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "5ae20f010448408508d0ec198f3166f6f9794f69",
|
||||||
|
"version": "3.3.2",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "82921718a535a8c074d454e2b3a650467b866877",
|
"git-tree": "82921718a535a8c074d454e2b3a650467b866877",
|
||||||
"version": "3.3.1",
|
"version": "3.3.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user