aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 dfee77603..bfd93522f 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.5.tar.gz'
- sha1 'f0eb48609ff66ead3c7f06bbe8a8dd1aa7341b73'
-
- bottle do
- sha1 "3670032929123972994cdc29374628311e5fb874" => :mavericks
- sha1 "9240b55f06576409d8f9e9f6f4d00d67a6861da0" => :mountain_lion
- sha1 "1ee0860611776df9e9d361df6a2d1ba6d5111cbb" => :lion
- end
+ url 'http://download.redis.io/releases/redis-2.8.6.tar.gz'
+ sha1 '8680046580c75987961241f2e1e417c242b91a49'
head 'https://github.com/antirez/redis.git', :branch => 'unstable'