Skip to content

Commit

Permalink
[sqlite-modern-cpp] update (microsoft#37563)
Browse files Browse the repository at this point in the history
Updates the version of SqliteModernCpp/sqlite-modern-cpp to the latest
commit, as the previous one was more than five years old
  • Loading branch information
darrenbane-fc authored Mar 29, 2024
1 parent 31b5246 commit 95bfe3a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
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

0 comments on commit 95bfe3a

Please sign in to comment.