diff --git a/ports/tinyorm/0002-comment.patch b/ports/tinyorm/0002-comment.patch deleted file mode 100644 index 336dd758835bd1..00000000000000 --- a/ports/tinyorm/0002-comment.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/include/orm/tiny/tinytypes.hpp b/include/orm/tiny/tinytypes.hpp -index 8eb96878..e644f8e4 100644 ---- a/include/orm/tiny/tinytypes.hpp -+++ b/include/orm/tiny/tinytypes.hpp -@@ -11,7 +11,7 @@ TINY_SYSTEM_HEADER - - #ifdef TINY_NO_INCOMPLETE_UNORDERED_MAP - # include -- Leaving only for reference, the unordered_map is included in the modelscollection.hpp -+// Leaving only for reference, the unordered_map is included in the modelscollection.hpp - #else - # include - #endif diff --git a/ports/tinyorm/portfile.cmake b/ports/tinyorm/portfile.cmake index 6bd25142e90204..3fdd5177fb3dd3 100644 --- a/ports/tinyorm/portfile.cmake +++ b/ports/tinyorm/portfile.cmake @@ -1,12 +1,11 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO silverqx/TinyORM - REF d98ee5c6c5e535ef657a46e632e7c9fc4b48851e - SHA512 87f09273b8efe9ef6a3e29b5e5509a3737b878a7d0eddae7fde48f82f3bc56a3fb1286bd0cad0e0bd5e6fb55c6b510d34fa00cbd00238360ea1de595d2915469 + REF dddc80c8712fd4eca892120d7d787ab067300643 + SHA512 990dec9a3bfc59a31c574dd1f3f49ae476e244997fc13e4f7e32fc55b55f9b19fdcaafbd37a18bfb06b912dfa306da4c512628a411fd7d43e395c671c098f908 HEAD_REF main PATCHES 0001-install-tom.patch - 0002-comment.patch 0003-reduce-assert-scopes.patch 0004-remove-interface-warnings.patch ) diff --git a/ports/tinyorm/vcpkg.json b/ports/tinyorm/vcpkg.json index 1dec219896e31f..bddaa289c90756 100644 --- a/ports/tinyorm/vcpkg.json +++ b/ports/tinyorm/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "tinyorm", - "version-semver": "0.33.0", + "version-semver": "0.34.0", "description": "Modern C++ ORM library for the Qt framework", "homepage": "https://github.com/silverqx/TinyORM", "documentation": "https://www.tinyorm.org",