mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-23 23:59:00 +08:00
[cpprealm] Update to 2.2.0 (#40701)
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
This commit is contained in:
parent
a56c065228
commit
036916f2ca
@ -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)
|
||||
|
@ -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",
|
||||
|
@ -1953,7 +1953,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"cpprealm": {
|
||||
"baseline": "2.1.0",
|
||||
"baseline": "2.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"cpprestsdk": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "bbcfe69dfeb591c85bece17d0c46ff622a66f884",
|
||||
"version": "2.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "58fb5ebe04ba047e583ef885dcb021cc0c3caf40",
|
||||
"version": "2.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user