aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-19 07:01:32 -0700
committerAdam Vandenberg2012-03-19 07:01:32 -0700
commit6179831bdd229a5ef7db80237585708cf3f926b3 (patch)
treefa8a11fc5a48b372b83de58d75ad8a19221578d9 /Library/Formula
parent57ffd862087f9ca044111caed5e77012cd626cc4 (diff)
downloadhomebrew-6179831bdd229a5ef7db80237585708cf3f926b3.tar.bz2
redis 2.4.9
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 638708a51..fb6c06f26 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.8.tar.gz'
- md5 'ac776d25f238b142d3d526cfcdc621ab'
+ url 'http://redis.googlecode.com/files/redis-2.4.9.tar.gz'
+ md5 'b3752496427b0a7e5ceea401f279aa24'
head 'https://github.com/antirez/redis.git', :branch => 'unstable'