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 0cc7b3edd..503e90a60 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.4.tar.gz'
- sha1 '79b156cc9d8bff5a022fdc6d28d5c42999ddcb4f'
-
- bottle do
- sha1 '35fcd3e5ade59c2b2b7bf34d5d039490a304fe56' => :mavericks
- sha1 '7be2568da2811485d9b301b7ac24773ce5572fbf' => :mountain_lion
- sha1 'aff2b701130d87c05fd3271df14f57878e119387' => :lion
- end
+ url 'http://download.redis.io/releases/redis-2.8.5.tar.gz'
+ sha1 'f0eb48609ff66ead3c7f06bbe8a8dd1aa7341b73'
head 'https://github.com/antirez/redis.git', :branch => 'unstable'