Skip to content
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

[sqlite-modern-cpp] update #37563

Merged
merged 6 commits into from
Mar 29, 2024
Merged
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
4 changes: 2 additions & 2 deletions ports/sqlite-modern-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO SqliteModernCpp/sqlite_modern_cpp
REF 936cd0c86aacac87a3dab32906397944ae5f6c3d
SHA512 8ce1b7593fe77dcab297ab4cae0158b43d55b33c1823b2dc5bf22e5545d9781d675ba5ac82b81782f502b34d2335eee2c26167726746a61a0ad566b657d2faf0
REF 6e3009973025e0016d5573529067714201338c80
SHA512 a007c739e00b9bd51d19f3bc484709f9fc4637f0262b636b51ee95cbc7f3f7fe6551dcbf0990a0430ac12f276bb72d1e0a3b71f06ac6e6d19fb46d51066a4295
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/sqlite-modern-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "sqlite-modern-cpp",
"version": "3.2-936cd0c8",
"port-version": 2,
"version-date": "2023-12-03",
"description": "The C++14 wrapper around sqlite library",
"homepage": "https://github.com/aminroosta/sqlite_modern_cpp",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8317,8 +8317,8 @@
"port-version": 0
},
"sqlite-modern-cpp": {
"baseline": "3.2-936cd0c8",
"port-version": 2
"baseline": "2023-12-03",
"port-version": 0
},
"sqlite-orm": {
"baseline": "1.8.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sqlite-modern-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1b5458f72c5d6a5a322db9ce1e7a1f7b68888a0f",
"version-date": "2023-12-03",
"port-version": 0
},
{
"git-tree": "b468e28a38d1849eecaa0113410b214dbe41cd27",
"version": "3.2-936cd0c8",
Expand Down
Loading