diff --git a/ports/mimalloc/portfile.cmake b/ports/mimalloc/portfile.cmake index 17645a6a0d..ae994adef6 100644 --- a/ports/mimalloc/portfile.cmake +++ b/ports/mimalloc/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO microsoft/mimalloc - REF v2.0.6 - SHA512 f2fc0fbfb6384e85959897f129e5d5d9acc51bda536d5cabcd7d4177dbda9fb735b8a8c239b961f8bea31d37c9ae10f66da23aa91d497f95393253d4ac792bb3 + REF v2.0.7 + SHA512 120f89eef50ba83130e8ceb974a6148c84a7f3d975d1efaa094142518afb4ff6d9e24f8e75e9aa0bb02dc80bf497eced4b8ae1f2f5914fdabd773317e1341ea1 HEAD_REF master PATCHES fix-cmake.patch diff --git a/ports/mimalloc/vcpkg.json b/ports/mimalloc/vcpkg.json index a7e2a32afe..ed2a62494b 100644 --- a/ports/mimalloc/vcpkg.json +++ b/ports/mimalloc/vcpkg.json @@ -1,11 +1,10 @@ { "name": "mimalloc", - "version": "2.0.6", - "port-version": 1, + "version": "2.0.7", "description": "Compact general purpose allocator with excellent performance", "homepage": "https://github.com/microsoft/mimalloc", "license": "MIT", - "supports": "!((arm & windows) | uwp)", + "supports": "!uwp", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/versions/baseline.json b/versions/baseline.json index 3e42104599..5e1f3e18cb 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4817,8 +4817,8 @@ "port-version": 5 }, "mimalloc": { - "baseline": "2.0.6", - "port-version": 1 + "baseline": "2.0.7", + "port-version": 0 }, "minc": { "baseline": "2.4.03", diff --git a/versions/m-/mimalloc.json b/versions/m-/mimalloc.json index 8e6292cb42..ae5ccbc36f 100644 --- a/versions/m-/mimalloc.json +++ b/versions/m-/mimalloc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "55adc4a153f844b7ce48f19dfc9648f939215eb9", + "version": "2.0.7", + "port-version": 0 + }, { "git-tree": "057ac5484ad7a120ffa465073655fe6e10684d4a", "version": "2.0.6",