aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jemalloc.rb
diff options
context:
space:
mode:
authorStefan2013-11-10 03:03:36 +0100
committerJack Nagel2013-11-09 22:12:15 -0600
commita54ee8cf776efc510fd6531aaa0dbc16d97248a3 (patch)
tree14e1ec657ebc96f7a08c4644850d135848379d85 /Library/Formula/jemalloc.rb
parent367732de192e86109f3a0e556d0e5a17e4dd5e6c (diff)
downloadhomebrew-a54ee8cf776efc510fd6531aaa0dbc16d97248a3.tar.bz2
jemalloc 3.4.1
Closes #24141. 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 6ffbe13e2..2a0d943bc 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.4.0.tar.bz2'
- sha1 '06f572f1cc6a4e4a68c7f9a354f12e17ba32f70b'
+ url 'http://www.canonware.com/download/jemalloc/jemalloc-3.4.1.tar.bz2'
+ sha1 '9d5697a5601ddcd7183743588231b1323707737f'
def install
system './configure', '--disable-debug', "--prefix=#{prefix}"