diff options
Diffstat (limited to 'Library')
| -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 ab9257c70..9447b5dc7 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.2.tar.gz' + url 'http://redis.googlecode.com/files/redis-1.2.3.tar.gz' homepage 'http://code.google.com/p/redis/' - sha1 '66b65a12cbc6968b9375c861d8ddb4d74abfa79d' + sha1 'a1262e30e3fa090c62ae6dc212a75e8106ad0d6f' def install %w( run db/redis log ).each do |path| |
