Skip to content

sqlitecpp: update from 3.3.2 to 3.3.3 #2123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
9 changes: 7 additions & 2 deletions ci_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1282,15 +1282,20 @@
]
},
"sqlitecpp": {
"_comment": "required to not use the default sqlite3 in MacOS to avoid compilation errors/tests failures, also add pkgconfig path to find sqlite3(keg-only)",
"_comment": [
"- required to not use the default sqlite3 in MacOS to avoid compilation errors/tests failures",
"- add pkgconfig path to find sqlite3(keg-only)",
"- upstream intentionally warns with newer gtest"
],
"build_options": [
"sqlitecpp:SQLITECPP_BUILD_TESTS=true",
"sqlitecpp:SQLITECPP_BUILD_EXAMPLES=true",
"pkg_config_path=/usr/local/opt/sqlite/lib/pkgconfig"
],
"brew_packages": [
"sqlite"
]
],
"fatal_warnings": false
},
"tinyfsm": {
"build_options": [
Expand Down
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3741,6 +3741,7 @@
"sqlitecpp"
],
"versions": [
"3.3.3-1",
"3.3.2-1",
"3.3.1-1"
]
Expand Down
8 changes: 4 additions & 4 deletions subprojects/sqlitecpp.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = SQLiteCpp-3.3.2
source_url = https://github.com/SRombauts/SQLiteCpp/archive/refs/tags/3.3.2.zip
source_filename = sqlitecpp-3.3.2.zip
source_hash = 1f41ef7322da573fdfca95655bd1329282638b4d9d3dc16a48f4bad16008eda8
directory = SQLiteCpp-3.3.3
source_url = https://github.com/SRombauts/SQLiteCpp/archive/refs/tags/3.3.3.zip
source_filename = sqlitecpp-3.3.3.zip
source_hash = 5af6691760ceba4c8110258ace1c3f68a8c481197f75dc45ffab179019faf2b5

[provide]
sqlitecpp = sqlitecpp_dep
Loading