aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jemalloc.rb
diff options
context:
space:
mode:
authorAustin Seipp2012-11-13 21:51:39 -0600
committerJack Nagel2012-11-14 12:22:14 -0600
commit115c24cfcdc6f286d5b3d704f4893d08ce4bc55e (patch)
treea3b2347425fb1d87feed804f994a69e64ebfb05d /Library/Formula/jemalloc.rb
parent66ccd49e9662b3a316e43d08f7061e3f21d46e6a (diff)
downloadhomebrew-115c24cfcdc6f286d5b3d704f4893d08ce4bc55e.tar.bz2
jemalloc 3.2.0
Signed-off-by: Austin Seipp <mad.one@gmail.com> Closes #16045. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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}"