aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan2013-03-12 11:36:24 +0100
committerAdam Vandenberg2013-03-12 09:05:58 -0700
commit018117efd6bd362bb78109d83f79b4b82c75f935 (patch)
treec1ea440cb940970966a3f4715c4c1e5cfdeff13f
parent005ec9e9bb6e6e48c1defee0f6aab53d66d0c0fe (diff)
downloadhomebrew-018117efd6bd362bb78109d83f79b4b82c75f935.tar.bz2
jemalloc 3.3.1
Closes #18423. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-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 a9b9c58a1..87b43463d 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.3.0.tar.bz2'
- sha1 'e426b0b8e4f8ef073b90358cb7603e7cbccde895'
+ url 'http://www.canonware.com/download/jemalloc/jemalloc-3.3.1.tar.bz2'
+ sha1 '75266cf0356bad309503d16080fecd61c67c66c0'
def install
system './configure', '--disable-debug', "--prefix=#{prefix}"