aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/jemalloc.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/jemalloc.rb b/Library/Formula/jemalloc.rb
index 6b506d18e..7f619fe5e 100644
--- a/Library/Formula/jemalloc.rb
+++ b/Library/Formula/jemalloc.rb
@@ -1,9 +1,9 @@
require 'formula'
class Jemalloc < Formula
- url 'http://www.canonware.com/download/jemalloc/jemalloc-2.1.1.tar.bz2'
+ url 'http://www.canonware.com/download/jemalloc/jemalloc-2.2.2.tar.bz2'
homepage 'http://www.canonware.com/jemalloc/download.html'
- md5 'a10d04be00bac06ac27e6a1a4b2008f6'
+ md5 '65b2b3f68c9d229246a67f5a4d29ba83'
def install
system "./configure", "--disable-debug", "--prefix=#{prefix}"