[cpprealm] Update to 2.2.0 (#40701)

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
This commit is contained in:
Lily Wang 2024-08-31 23:11:57 -07:00 committed by GitHub
parent a56c065228
commit 036916f2ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 4 deletions

View File

@ -2,8 +2,9 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO realm/realm-cpp
REF "v${VERSION}"
SHA512 "d880daea7bceb3143052cae9d8883b448162484adacc566cca5315ac096964d0c79c421b25a76d5c2efbd8c3294dfb5acd3dd7314a6c154163e7d141b9eb2e51"
HEAD_REF "main")
SHA512 "cf975741b5a4a68a40845c53d8584d871acff03c7a212e71a67799801979e0514de2a449aa5d78137f2d7f42e113c5df7c97e9f8c5fb6371e95c46f29ab2b246"
HEAD_REF "main"
)
if(NOT VCPKG_BUILD_TYPE)
set(DISABLE_ALIGNED_STORAGE 1)

View File

@ -1,6 +1,6 @@
{
"name": "cpprealm",
"version": "2.1.0",
"version": "2.2.0",
"description": "Realm is a mobile database that runs directly inside phones, tablets or wearables.",
"homepage": "https://github.com/realm/realm-cpp",
"license": "Apache-2.0",

View File

@ -1953,7 +1953,7 @@
"port-version": 0
},
"cpprealm": {
"baseline": "2.1.0",
"baseline": "2.2.0",
"port-version": 0
},
"cpprestsdk": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bbcfe69dfeb591c85bece17d0c46ff622a66f884",
"version": "2.2.0",
"port-version": 0
},
{
"git-tree": "58fb5ebe04ba047e583ef885dcb021cc0c3caf40",
"version": "2.1.0",