jemalloc 4.3.1
Closes #6706. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
378ed23e96
commit
36b96c8d3e
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Jemalloc < Formula
|
||||
desc "malloc implementation emphasizing fragmentation avoidance"
|
||||
homepage "http://www.canonware.com/jemalloc/"
|
||||
url "https://github.com/jemalloc/jemalloc/releases/download/4.3.0/jemalloc-4.3.0.tar.bz2"
|
||||
sha256 "2142d4093708b2f988f60ed5fd8d869447cd9f5354933e596400c0a69bfef5e0"
|
||||
url "https://github.com/jemalloc/jemalloc/releases/download/4.3.1/jemalloc-4.3.1.tar.bz2"
|
||||
sha256 "f7bb183ad8056941791e0f075b802e8ff10bd6e2d904e682f87c8f6a510c278b"
|
||||
head "https://github.com/jemalloc/jemalloc.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue