aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/redis.rb
diff options
context:
space:
mode:
authorAbdul-Jabbar Shalabi2010-03-02 15:18:45 -0700
committerAdam Vandenberg2010-03-02 14:51:07 -0800
commite2cd1fe7a0f8cf53cf5a7f1eab3645f5a8b83047 (patch)
tree79bb6f6971bdc6f0c2b3dc19443feccc0fc601e2 /Library/Formula/redis.rb
parent84f00bf80bc2f2fbef44c0bff4859756bdcdf438 (diff)
downloadhomebrew-e2cd1fe7a0f8cf53cf5a7f1eab3645f5a8b83047.tar.bz2
updated Redis formula from 1.2.2 to 1.2.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/redis.rb')
-rw-r--r--Library/Formula/redis.rb4
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|