aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-02-22 13:37:54 -0600
committerJack Nagel2012-02-22 13:37:54 -0600
commite963ca2b3fef483ba3e6a66f065008d0cce80b25 (patch)
tree310d42129fbfb20961ad74880691d6a4e2bbbe5e /Library
parent7f467b7f046a37b6fe7cbb5befe71295265c5d25 (diff)
downloadhomebrew-e963ca2b3fef483ba3e6a66f065008d0cce80b25.tar.bz2
redis 2.4.8
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/redis.rb9
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb
index f95cca681..638708a51 100644
--- a/Library/Formula/redis.rb
+++ b/Library/Formula/redis.rb
@@ -2,19 +2,14 @@ require 'formula'
class Redis < Formula
homepage 'http://redis.io/'
- url 'http://redis.googlecode.com/files/redis-2.4.7.tar.gz'
- md5 '6afffb6120724183e40f1cac324ac71c'
+ url 'http://redis.googlecode.com/files/redis-2.4.8.tar.gz'
+ md5 'ac776d25f238b142d3d526cfcdc621ab'
head 'https://github.com/antirez/redis.git', :branch => 'unstable'
fails_with_llvm 'Fails with "reference out of range from _linenoise"', :build => 2334
def install
- if MacOS.default_compiler == :clang
- # auto-retest next clang version, submit patch if fails!
- ENV.llvm if MacOS.clang_version.to_f <= 3.1
- end
-
# Architecture isn't detected correctly on 32bit Snow Leopard without help
ENV["OBJARCH"] = MacOS.prefer_64_bit? ? "-arch x86_64" : "-arch i386"