aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorShawn Jonnet2013-01-14 07:09:40 -0500
committerAdam Vandenberg2013-01-14 06:36:06 -0800
commite5a80b573a351b42b3a04287d5d678a34abcaae9 (patch)
tree6ea2ce36470a5449cdc6c61e241d3d479cf3b707 /Library/Formula
parentc40b169044b0d30915cf4d4f82d7b545b157831c (diff)
downloadhomebrew-e5a80b573a351b42b3a04287d5d678a34abcaae9.tar.bz2
Redis 2.6.8
Closes #17070. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 df95673b5..6aafc268b 100644
--- a/Library/Formula/redis.rb
+++ b/Library/Formula/redis.rb
@@ -2,8 +2,8 @@ require 'formula'
class Redis < Formula
homepage 'http://redis.io/'
- url 'http://redis.googlecode.com/files/redis-2.6.7.tar.gz'
- sha1 'fd7fcbec29956ec01710350b49653a2eda72fbd3'
+ url 'http://redis.googlecode.com/files/redis-2.6.8.tar.gz'
+ sha1 'ea39bf292afe24efcbeaa02db71152b09d4a5d9f'
head 'https://github.com/antirez/redis.git', :branch => 'unstable'