diff options
| author | Adam Vandenberg | 2010-02-17 13:49:39 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-02-17 13:49:39 -0800 |
| commit | a6b30f06e0df43c67a8d25b4277f80cd955b5717 (patch) | |
| tree | 6cad8405ae0a8ecc0e407a2e97b038a8e7213e0e /Library/Formula | |
| parent | b9e670e7c566ee5a7aa5f0fab5b90dd05c726c29 (diff) | |
| download | homebrew-a6b30f06e0df43c67a8d25b4277f80cd955b5717.tar.bz2 | |
Update redis to 1.2.2
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 1e8c2ddec..ab9257c70 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -1,9 +1,9 @@ require 'formula' class Redis <Formula - url 'http://redis.googlecode.com/files/redis-1.2.1.tar.gz' + url 'http://redis.googlecode.com/files/redis-1.2.2.tar.gz' homepage 'http://code.google.com/p/redis/' - sha1 'a668befcd26f27cc90f6808d3119875f75453788' + sha1 '66b65a12cbc6968b9375c861d8ddb4d74abfa79d' def install %w( run db/redis log ).each do |path| |
