aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBart Leusink2011-11-26 18:23:33 +0100
committerAdam Vandenberg2011-11-26 09:29:05 -0800
commit539536b268e75eddd84d84e4d2d31b8fc0a99b24 (patch)
tree0ddb1ee7f6bc29101840620ac5301bd8022c0cf8 /Library/Formula
parent8dc92d4bed7a48e5b6deb067d21c4c5fbe1af833 (diff)
downloadhomebrew-539536b268e75eddd84d84e4d2d31b8fc0a99b24.tar.bz2
redis: Use unstable branch when installing head
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/redis.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb
index f762d8b50..52289e983 100644
--- a/Library/Formula/redis.rb
+++ b/Library/Formula/redis.rb
@@ -2,7 +2,7 @@ require 'formula'
class Redis < Formula
url 'http://redis.googlecode.com/files/redis-2.4.3.tar.gz'
- head 'https://github.com/antirez/redis.git'
+ head 'https://github.com/antirez/redis.git', :branch => 'unstable'
homepage 'http://redis.io/'
md5 '2511481019d1ba5ae18dea30ea77abb8'