Skip to content

Commit

Permalink
[tinyorm] update to 0.38.1 (microsoft#41872)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neumann-A authored Oct 31, 2024
1 parent bb1ca27 commit 6223359
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/tinyorm/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO silverqx/TinyORM
REF "v${VERSION}"
SHA512 f82702d712f845624698f799c7f5d2b30b7d2138f6c4c15e7ca50b316254b55b6606f60ce4356d7156b615b636a6b16e2d1923901825759e54ab60499c4f04cd
SHA512 231601df0e0b9233e6e206717c8ccbe2431ed545858d7efbbad96c7821177d6103d231941fa1bccae8fd2593b5874969bb4e26089d7502839106488d2cd614b6
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/tinyorm/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "tinyorm",
"version-semver": "0.37.3",
"version-semver": "0.38.1",
"maintainers": "Silver Zachara <[email protected]>",
"description": "Modern C++ ORM library for Qt framework",
"homepage": "https://github.com/silverqx/TinyORM",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8957,7 +8957,7 @@
"port-version": 0
},
"tinyorm": {
"baseline": "0.37.3",
"baseline": "0.38.1",
"port-version": 0
},
"tinyply": {
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/tinyorm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4e3d7c7eba0c37de5db71e708368ffab8c032417",
"version-semver": "0.38.1",
"port-version": 0
},
{
"git-tree": "0ad6d66e3a6fd539a71bb6cb331ff27c5bcff17a",
"version-semver": "0.37.3",
Expand Down

0 comments on commit 6223359

Please sign in to comment.