jemalloc: bump version to 5.0.1

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Eric Le Bihan 2017-09-10 05:37:30 -05:00 committed by Peter Korsgaard
parent 76b22c47cf
commit 2543544e8d
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
# Locally calculated
sha256 9409d85664b4f135b77518b0b118c549009dc10f6cba14557d170476611f6780 jemalloc-4.5.0.tar.bz2
sha256 4814781d395b0ef093b21a08e8e6e0bd3dab8762f9935bbfb71679b0dea7c3e9 jemalloc-5.0.1.tar.bz2

View file

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