mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
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:
committed by
Arnout Vandecappelle
parent
23e70547ca
commit
8d6c49f8d8
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user