Add mimalloc version 1.7.0 and 2.0.0 (#294)

pull/295/head
yamashi 4 years ago committed by GitHub
parent 11354cac02
commit 1e28a3b5db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/m/mimalloc/xmake.lua

@ -5,6 +5,8 @@ package("mimalloc")
set_license("MIT")
set_urls("https://github.com/microsoft/mimalloc/archive/v$(version).zip")
add_versions("2.0.0", "75095c68c1cea42d581d6ba45f6eb71e80e1ac788b43f59d3c82ad8fb6bcdb9d")
add_versions("1.7.0", "13f3c82bca3a95233c5e29adb5675ab2b772f0ade23184d822079578c9d6c698")
add_versions("1.6.7", "5a12aac020650876615a2ce3dd8adc8b208cdcee4d9e6bcfc33b3fbe307f0dbf")
add_configs("secure", {description = "Use a secured version of mimalloc", default = false, type = "boolean"})

Loading…
Cancel
Save