aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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 0acd22e2d..5923d3efe 100644
--- a/Library/Formula/redis.rb
+++ b/Library/Formula/redis.rb
@@ -2,14 +2,8 @@ require 'formula'
class Redis < Formula
homepage 'http://redis.io/'
- url 'http://download.redis.io/releases/redis-2.8.3.tar.gz'
- sha1 'a751371eeed5f5f02965eb34d989c1963dd8d8c7'
-
- bottle do
- sha1 'f6603de53354d870a84259ed6bf105cc86a3ed96' => :mavericks
- sha1 'ec5633db0100bfdd27433cd4c83b3444de94147f' => :mountain_lion
- sha1 'c2d7629dd955136191bf2aff7753666983113603' => :lion
- end
+ url 'http://download.redis.io/releases/redis-2.8.4.tar.gz'
+ sha1 '79b156cc9d8bff5a022fdc6d28d5c42999ddcb4f'
head 'https://github.com/antirez/redis.git', :branch => 'unstable'