aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorKevin Sołtysiak2013-11-25 14:53:04 +0100
committerJack Nagel2013-11-25 13:24:47 -0600
commitc434c76a67bdf805a297c582ad5ded33422e8693 (patch)
treecc32692bbb90a423eb410da0d6ceb3b9dd2038bf /Library
parentdf5ccd54aa33b527b4b12ce57240c1c6aac3fce1 (diff)
downloadhomebrew-c434c76a67bdf805a297c582ad5ded33422e8693.tar.bz2
Redis 2.8.1
Closes #24645. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/redis.rb10
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb
index 9d8594eae..6bb950000 100644
--- a/Library/Formula/redis.rb
+++ b/Library/Formula/redis.rb
@@ -2,17 +2,11 @@ require 'formula'
class Redis < Formula
homepage 'http://redis.io/'
- url 'http://download.redis.io/releases/redis-2.6.16.tar.gz'
- sha1 'f94c0f623aaa8c310f9be2a88e81716de01ce0ce'
+ url 'http://download.redis.io/releases/redis-2.8.1.tar.gz'
+ sha1 '1bb493318ff6c0c87334eb95640b89a16e4357d8'
head 'https://github.com/antirez/redis.git', :branch => 'unstable'
- bottle do
- sha1 '961733ae14c8822c3918a85475141a0514e996c1' => :mavericks
- sha1 '56d2245a72b6f56af66e979175a441cddc3a3bae' => :mountain_lion
- sha1 '89dce53fca0c2116bf18ada9f5b2fb16a941d5ce' => :lion
- end
-
fails_with :llvm do
build 2334
cause 'Fails with "reference out of range from _linenoise"'