Quellcode durchsuchen

jemalloc: add version 5.3.0 (#1505)

Chen Yufei vor 3 Jahren
Ursprung
Commit
eefae2d715
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      packages/j/jemalloc/xmake.lua

+ 1 - 0
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")