diff options
| author | Abdul-Jabbar Shalabi | 2010-03-06 18:58:21 -0700 | 
|---|---|---|
| committer | David Höppner | 2010-03-07 19:31:08 +0100 | 
| commit | 23213cca31f941304bb7d235f948100a1faa21a2 (patch) | |
| tree | d0a06a5e0ebaae4b2ecebaf066530e8218d1d77a /Library/Formula/redis.rb | |
| parent | 5a06edf23f9ca89d6716cf7845b0115fa81c8879 (diff) | |
| download | homebrew-23213cca31f941304bb7d235f948100a1faa21a2.tar.bz2 | |
updated Redis formula from 1.2.3 to 1.2.4
Signed-off-by: David Höppner <0xffea@gmail.com>
Diffstat (limited to 'Library/Formula/redis.rb')
| -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 9447b5dc7..3ae36c92f 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.3.tar.gz' +  url 'http://redis.googlecode.com/files/redis-1.2.4.tar.gz'    homepage 'http://code.google.com/p/redis/' -  sha1 'a1262e30e3fa090c62ae6dc212a75e8106ad0d6f' +  sha1 '1826cf0ecc82fed65e0a196ac8c6a880ddf8b127'    def install      %w( run db/redis log ).each do |path|  | 
