aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorKevin Sołtysiak2013-12-02 16:59:51 +0100
committerJack Nagel2013-12-04 00:21:16 -0600
commitad40b333ad3ed00c72d15e8a41c1b6e49c17302e (patch)
tree1be4205213eadcf376c5709e6ed12573b33b48d7 /Library/Formula
parentf04292733412f6126626a294598fbf3b4b9d2934 (diff)
downloadhomebrew-ad40b333ad3ed00c72d15e8a41c1b6e49c17302e.tar.bz2
Formula: Redis 2.8.2
Closes #24878. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 0a73afa92..3ff4ff73c 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.8.1.tar.gz'
- sha1 '1bb493318ff6c0c87334eb95640b89a16e4357d8'
+ url 'http://download.redis.io/releases/redis-2.8.2.tar.gz'
+ sha1 '3be038b9d095ce3dece7918aae810d14fe770400'
head 'https://github.com/antirez/redis.git', :branch => 'unstable'
- bottle do
- sha1 '3d8fe26a70c99d737455c32d50325980c798cfef' => :mavericks
- sha1 '5fa889cc3d47d8331e79e393769d809c717379bc' => :mountain_lion
- sha1 '6858973e8c14330c9388ab2635bedc5eddba3cae' => :lion
- end
-
fails_with :llvm do
build 2334
cause 'Fails with "reference out of range from _linenoise"'