From 041993447f90667c920be062d7e29919f005ce33 Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 18 Dec 2025 13:48:23 +0100 Subject: [PATCH] jemalloc: Update to most recent ver 5.3.0 This one was released May 2022, the former one was from Aug 2019. --- jemalloc.be0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jemalloc.be0 b/jemalloc.be0 index 6307aa3b4..25dc50153 100755 --- a/jemalloc.be0 +++ b/jemalloc.be0 @@ -1,10 +1,10 @@ #!/usr/bin/env beesh -# BEE_VERSION jemalloc-5.2.1-1 +# BEE_VERSION jemalloc-5.3.0-0 ## The source URL(s) array -# Original https://github.com/jemalloc/jemalloc/releases/download/5.2.1/jemalloc-5.2.1.tar.bz2 -SRCURL[0]="https://beehive.molgen.mpg.de/3d41fbf006e6ebffd489bdb304d009ae/jemalloc-5.2.1.tar.bz2" +# Original https://github.com/jemalloc/jemalloc/releases/download/5.3.0/jemalloc-5.3.0.tar.bz2 +SRCURL[0]="https://beehive.molgen.mpg.de/09a8328574dab22a7df848eae6dbbf53/jemalloc-5.3.0.tar.bz2" ## Add URLs/pathes to patch files # PATCHURL+=()