package/jemalloc: bump version to 5.3.1

https://github.com/jemalloc/jemalloc/blob/5.3.1/ChangeLog

Although it's a patchlevel bump, it contains a _large_ number of new
features, optimizations and refactors.

Switched to sha256 tarball hash provided by upstream.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
Bernd Kuhls
2026-04-18 23:55:36 +02:00
committed by Arnout Vandecappelle
parent 23e70547ca
commit 8d6c49f8d8
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
# From https://github.com/jemalloc/jemalloc/releases/tag/5.3.1
sha256 3826bc80232f22ed5c4662f3034f799ca316e819103bdc7bb99018a421706f92 jemalloc-5.3.1.tar.bz2
# Locally calculated
sha256 2db82d1e7119df3e71b7640219b6dfe84789bc0537983c3b7ac4f7189aecfeaa jemalloc-5.3.0.tar.bz2
sha256 94aa2caa98c25d942f58b956c71dba6a99ff98fc3a31cbc669fe2a4cd0268b53 COPYING

View File

@@ -4,7 +4,7 @@
#
################################################################################
JEMALLOC_VERSION = 5.3.0
JEMALLOC_VERSION = 5.3.1
JEMALLOC_SOURCE = jemalloc-$(JEMALLOC_VERSION).tar.bz2
JEMALLOC_SITE = https://github.com/jemalloc/jemalloc/releases/download/$(JEMALLOC_VERSION)
JEMALLOC_LICENSE = BSD-2-Clause