Formula: Redis 2.8.2

Closes Homebrew/homebrew#24878.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Kevin Sołtysiak 2013-12-02 16:59:51 +01:00 committed by Jack Nagel
parent 05a87d2c9b
commit 11f7c55cb9
1 changed files with 2 additions and 8 deletions

View File

@ -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"'