Skip to content
Closed
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
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3740,6 +3740,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