redis 2.8.4

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Kevin Sołtysiak 2014-01-14 10:33:14 +01:00 committed by Mike McQuaid
parent bfcdcfd8b2
commit 5091a88e6f
1 changed files with 2 additions and 8 deletions

View File

@ -2,14 +2,8 @@ require 'formula'
class Redis < Formula class Redis < Formula
homepage 'http://redis.io/' homepage 'http://redis.io/'
url 'http://download.redis.io/releases/redis-2.8.3.tar.gz' url 'http://download.redis.io/releases/redis-2.8.4.tar.gz'
sha1 'a751371eeed5f5f02965eb34d989c1963dd8d8c7' sha1 '79b156cc9d8bff5a022fdc6d28d5c42999ddcb4f'
bottle do
sha1 'f6603de53354d870a84259ed6bf105cc86a3ed96' => :mavericks
sha1 'ec5633db0100bfdd27433cd4c83b3444de94147f' => :mountain_lion
sha1 'c2d7629dd955136191bf2aff7753666983113603' => :lion
end
head 'https://github.com/antirez/redis.git', :branch => 'unstable' head 'https://github.com/antirez/redis.git', :branch => 'unstable'