Skip to content

Commit 12dd11f

Browse files
committed
update vcpkg portfile for v3.2.8
1 parent f6d27e8 commit 12dd11f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contrib/vcpkg/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ vcpkg_from_github(
88
# REF 866ce5b89db1dbc3e66bbf89041291fd16329518
99

1010
# The sha512 is the hash of the tar.gz bundle.
11-
# (To get the sha512, run `vcpkg install mimalloc[override] --overlay-ports=<dir of this file>` and copy the sha from the error message.)
12-
SHA512 fb5aa8c2e6c15e5d22746ee40ed196f2fb7eafec9abfcbf94e7e70854734e99dd09886e1d68374fb995fe597e158100aa89260579e34cf5d9fb75d501b186d6a
11+
# (To get the sha512, run `vcpkg install "mimalloc[override]" --overlay-ports=<dir of this file>` and copy the sha from the error message.)
12+
SHA512 5830ceb1bf0d02f50fe586caaad87624ba8eba1bb66e68e8201894221cf6f51854f5a9667fc98358c3b430dae6f9bf529bfcb74d42debe6f40a487265053371c
1313
)
1414

1515
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS

contrib/vcpkg/vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mimalloc",
3-
"version": "1.9.7",
4-
"port-version": 2,
3+
"version": "3.2.8",
4+
"port-version": 0,
55
"description": "Compact general purpose allocator with excellent performance",
66
"homepage": "https://github.com/microsoft/mimalloc",
77
"license": "MIT",

0 commit comments

Comments
 (0)