From 805030de90dba2033917cf285766c3c4b641c4ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20So=C5=82tysiak?= Date: Thu, 12 Dec 2013 14:15:24 +0100 Subject: [PATCH] redis 2.8.3 Closes Homebrew/homebrew#25160. Signed-off-by: Mike McQuaid --- Formula/redis.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/redis.rb b/Formula/redis.rb index 6d665d49181..98c31162519 100644 --- a/Formula/redis.rb +++ b/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.2.tar.gz' - sha1 '3be038b9d095ce3dece7918aae810d14fe770400' + url 'http://download.redis.io/releases/redis-2.8.3.tar.gz' + sha1 'a751371eeed5f5f02965eb34d989c1963dd8d8c7' head 'https://github.com/antirez/redis.git', :branch => 'unstable' - bottle do - sha1 'cf6ca907e14a42320d78b472430f45c9680cd028' => :mavericks - sha1 '43110bf16a73096c442e5ab98488da5fdd891680' => :mountain_lion - sha1 'e1423a28165777e4d834ac0228db2870be261bf2' => :lion - end - fails_with :llvm do build 2334 cause 'Fails with "reference out of range from _linenoise"'