aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Cosgrove2012-06-13 13:11:29 -0500
committerAdam Vandenberg2012-06-13 22:52:41 -0700
commit9395adf398b8c50e0184c6d8c45002bc81671343 (patch)
treec4bb2293c659013852d78ef8033946a4cbb12a0f
parente2e1740d9f45e444617df6345c55245cbe711dbb (diff)
downloadhomebrew-9395adf398b8c50e0184c6d8c45002bc81671343.tar.bz2
redis --devel 2.6.0-rc4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/redis.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb
index a60e93e01..b0af41bf6 100644
--- a/Library/Formula/redis.rb
+++ b/Library/Formula/redis.rb
@@ -8,8 +8,8 @@ class Redis < Formula
head 'https://github.com/antirez/redis.git', :branch => 'unstable'
devel do
- url 'http://redis.googlecode.com/files/redis-2.6.0-rc3.tar.gz'
- sha1 '322b60dfa4a498b66fa1125ac97d80d40024099b'
+ url 'http://redis.googlecode.com/files/redis-2.6.0-rc4.tar.gz'
+ sha1 'df702940c2249d71e6dc6b16c12e6fa12543cb8e'
end
fails_with :llvm do