jemalloc 5.0.0
Closes #14574. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
a045462bc0
commit
7c2104a455
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Jemalloc < Formula
|
class Jemalloc < Formula
|
||||||
desc "malloc implementation emphasizing fragmentation avoidance"
|
desc "malloc implementation emphasizing fragmentation avoidance"
|
||||||
homepage "http://www.canonware.com/jemalloc/"
|
homepage "http://www.canonware.com/jemalloc/"
|
||||||
url "https://github.com/jemalloc/jemalloc/releases/download/4.5.0/jemalloc-4.5.0.tar.bz2"
|
url "https://github.com/jemalloc/jemalloc/releases/download/5.0.0/jemalloc-5.0.0.tar.bz2"
|
||||||
sha256 "9409d85664b4f135b77518b0b118c549009dc10f6cba14557d170476611f6780"
|
sha256 "9e4a9efba7dc4a7696f247c90c3fe89696de5f910f7deacf7e22ec521b1fa810"
|
||||||
head "https://github.com/jemalloc/jemalloc.git"
|
head "https://github.com/jemalloc/jemalloc.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue