aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorShawn Jonnet2012-08-31 01:38:57 -0300
committerAdam Vandenberg2012-08-30 21:41:04 -0700
commitdbb263a661bfe18bae22674f0ef437abed985a50 (patch)
tree816de197e75fb1b565fcc64cbeb0455567bc8aff /Library/Formula
parent7142458f1779d0746552c276a3ce14f32a6cf97e (diff)
downloadhomebrew-dbb263a661bfe18bae22674f0ef437abed985a50.tar.bz2
redis 2.4.17
Closes #14586. 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 3bb1fb555..ec3630300 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.4.16.tar.gz'
- sha1 '783c4444a4e2f5392458f29f4f0b7c6c4d757462'
+ url 'http://redis.googlecode.com/files/redis-2.4.17.tar.gz'
+ sha1 '3d540531b3d7103a511d29661c2ae666dac60522'
head 'https://github.com/antirez/redis.git', :branch => 'unstable'