updated Redis formula from 1.2.3 to 1.2.4

Signed-off-by: David Höppner <0xffea@gmail.com>
master
Abdul-Jabbar Shalabi 2010-03-06 18:58:21 -07:00 committed by David Höppner
parent 0f7f58a9d6
commit 0886bc2247
1 changed files with 2 additions and 2 deletions

View File

@ -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|