Update redis to 1.2.2

master
Adam Vandenberg 2010-02-17 13:49:39 -08:00
parent b7358e1b77
commit 0a1840b46e
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
require 'formula' require 'formula'
class Redis <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/' homepage 'http://code.google.com/p/redis/'
sha1 'a668befcd26f27cc90f6808d3119875f75453788' sha1 '66b65a12cbc6968b9375c861d8ddb4d74abfa79d'
def install def install
%w( run db/redis log ).each do |path| %w( run db/redis log ).each do |path|