redis 2.8.3

Closes Homebrew/homebrew#25160.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Kevin Sołtysiak 2013-12-12 14:15:24 +01:00 committed by Mike McQuaid
parent 1dd7f56ceb
commit 805030de90
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.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"'