jemalloc: add version 5.3.0 (#1505)

pull/1506/head
Chen Yufei 2 years ago committed by GitHub
parent 5bfec74d7c
commit eefae2d715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/j/jemalloc/xmake.lua

@ -7,6 +7,7 @@ fragmentation avoidance and scalable concurrency support]])
set_urls("https://github.com/jemalloc/jemalloc/releases/download/$(version)/jemalloc-$(version).tar.bz2",
"https://github.com/jemalloc/jemalloc.git")
add_versions("5.3.0", "2db82d1e7119df3e71b7640219b6dfe84789bc0537983c3b7ac4f7189aecfeaa")
add_versions("5.2.1", "34330e5ce276099e2e8950d9335db5a875689a4c6a56751ef3b1d8c537f887f6")
add_patches("5.2.1", path.join(os.scriptdir(), "patches", "5.2.1", "fix_nothrow_type.patch"), "d79f5c8767695059ff541f291db3fbc57c9b67299dc129848dd365c2f51b214a")

Loading…
Cancel
Save