mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:19:06 +08:00
[realm-core] update to 14.10.4 (#39888)
This commit is contained in:
parent
fd90422421
commit
86e2ea925a
@ -1,20 +1,12 @@
|
|||||||
vcpkg_download_distfile(
|
|
||||||
android-alooper-patch
|
|
||||||
URLS https://github.com/realm/realm-core/commit/50a9895544a195afab0450d0c87730e8a31cf667.diff?full_index=1
|
|
||||||
FILENAME realm-core-android-alooper-50a989.diff
|
|
||||||
SHA512 7c10f166ab61f4ea7a46473aa04eb1b5f440edd81c2997cc10b84b9890eb6dfe7b77d51364fe2d4c537c7809ce03dd8b269309d7da2eede72be8dec3b71c2485
|
|
||||||
)
|
|
||||||
|
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO realm/realm-core
|
REPO realm/realm-core
|
||||||
REF "${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 474f5c6d62e42b221f7b934ca2d8070f83e92eeeeb1271594b7d750fc6f4d186889e04722e0f26ca725cf4f3130c5e1851e82e4ab944a05e25465f3115ffe8ce
|
SHA512 41ccf3e53bb1ff6e16a2baf90203984424d3b754973374af4d3767f67227f1223b314921954826ab62d45965a78540b93fc92a0ababd464f19dbaec368175022
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
PATCHES
|
PATCHES
|
||||||
UWP_index_set.patch
|
UWP_index_set.patch
|
||||||
fix-zlib.patch
|
fix-zlib.patch
|
||||||
${android-alooper-patch}
|
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_list(SET REALMCORE_CMAKE_OPTIONS)
|
vcpkg_list(SET REALMCORE_CMAKE_OPTIONS)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "realm-core",
|
"name": "realm-core",
|
||||||
"version": "14.8.0",
|
"version": "14.10.4",
|
||||||
"description": "Realm is a mobile database that runs directly inside phones, tablets or wearables.",
|
"description": "Realm is a mobile database that runs directly inside phones, tablets or wearables.",
|
||||||
"homepage": "https://github.com/realm/realm-core",
|
"homepage": "https://github.com/realm/realm-core",
|
||||||
"license": null,
|
"license": null,
|
||||||
|
@ -7705,7 +7705,7 @@
|
|||||||
"port-version": 4
|
"port-version": 4
|
||||||
},
|
},
|
||||||
"realm-core": {
|
"realm-core": {
|
||||||
"baseline": "14.8.0",
|
"baseline": "14.10.4",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"realsense2": {
|
"realsense2": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "9b7b1feb241e6c92f5b300f0446f37d12aab3466",
|
||||||
|
"version": "14.10.4",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "c64fef7ec55844040ed78d90996fdb063556477a",
|
"git-tree": "c64fef7ec55844040ed78d90996fdb063556477a",
|
||||||
"version": "14.8.0",
|
"version": "14.8.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user