aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jemalloc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/jemalloc.rb')
-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 66f63b251..97043c1aa 100644
--- a/Library/Formula/jemalloc.rb
+++ b/Library/Formula/jemalloc.rb
@@ -2,8 +2,8 @@ require 'formula'
class Jemalloc < Formula
homepage 'http://www.canonware.com/jemalloc/download.html'
- url 'http://www.canonware.com/download/jemalloc/jemalloc-3.1.0.tar.bz2'
- sha1 '048ec5e761b732fb09d76793bcec7e79b86cbdc6'
+ url 'http://www.canonware.com/download/jemalloc/jemalloc-3.2.0.tar.bz2'
+ sha1 'e5204872e74d3ee75eaa51c6dc39731d611883f3'
def install
system "./configure", "--disable-debug", "--prefix=#{prefix}"