From f87ea303a295619ff94c63614487a2d14b9ed63e Mon Sep 17 00:00:00 2001 From: Nick D'Ademo Date: Wed, 15 Jan 2025 01:37:53 +0800 Subject: [PATCH] update test port. --- scripts/test_ports/vcpkg-ci-mimalloc/portfile.cmake | 2 +- scripts/test_ports/vcpkg-ci-mimalloc/vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/test_ports/vcpkg-ci-mimalloc/portfile.cmake b/scripts/test_ports/vcpkg-ci-mimalloc/portfile.cmake index 60811d6be4af06..27afe98a053fbe 100644 --- a/scripts/test_ports/vcpkg-ci-mimalloc/portfile.cmake +++ b/scripts/test_ports/vcpkg-ci-mimalloc/portfile.cmake @@ -6,7 +6,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO microsoft/mimalloc REF "v${VERSION}" - SHA512 4e30976758015c76a146acc1bfc8501e2e5c61b81db77d253de0d58a8edef987669243f232210667b32ef8da3a33286642acb56ba526fd24c4ba925b44403730 + SHA512 ba51cf9af3ef41728c94b72805bf8915e63910b32cb9ab331445ec28404d048c0737646e02c08dc0f0e958c526fe894e275b96326fa041a157e3e88f39f2b673 HEAD_REF master PATCHES vcpkg-tests.patch diff --git a/scripts/test_ports/vcpkg-ci-mimalloc/vcpkg.json b/scripts/test_ports/vcpkg-ci-mimalloc/vcpkg.json index be35ac3e88918a..c64ef38d9a59f2 100644 --- a/scripts/test_ports/vcpkg-ci-mimalloc/vcpkg.json +++ b/scripts/test_ports/vcpkg-ci-mimalloc/vcpkg.json @@ -1,6 +1,6 @@ { "name": "vcpkg-ci-mimalloc", - "version": "2.1.7", + "version": "3.0.1", "description": "Validates mimalloc", "dependencies": [ "mimalloc",