Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
redis: Use unstable branch when installing head
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
bartleusink authored and adamv committed Nov 26, 2011
1 parent 8dc92d4 commit 539536b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/redis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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'

Expand Down

0 comments on commit 539536b

Please sign in to comment.