diff options
| author | Joep Loijens | 2014-04-22 10:54:25 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-04-22 18:55:59 -0500 |
| commit | 587cd8dcd4ec713432828c844a2a44dab8b4d0af (patch) | |
| tree | 0abdb8b53c6476cc4c6da610cb09a8d3dcc7d4ec /Library/Formula | |
| parent | 18b7f75647bc0995a321240a03b35bd7e499ab99 (diff) | |
| download | homebrew-587cd8dcd4ec713432828c844a2a44dab8b4d0af.tar.bz2 | |
redis 2.8.9
Closes #28604.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/redis.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index b5673093f..94465a930 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://download.redis.io/releases/redis-2.8.8.tar.gz" - sha1 "aa811f399db58c92c8ec5e48271d307e9ab8eb81" + url "http://download.redis.io/releases/redis-2.8.9.tar.gz" + sha1 "003ccdc175816e0a751919cf508f1318e54aac1e" bottle do sha1 "cfa23ecc0135cc38a23606e51cc10e2a0abd31ac" => :mavericks |
