diff options
| author | Duncan Grazier | 2011-01-03 10:53:21 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2011-01-03 16:16:36 +0000 |
| commit | 76ed7439a5984226a3c59b4166830be2e6f05c78 (patch) | |
| tree | cf5a3f8b1a78af898b785c5ecf449f2d1e07fa13 | |
| parent | 4f183ce3f08ec33ad866473e5cab79059e6a605f (diff) | |
| download | homebrew-76ed7439a5984226a3c59b4166830be2e6f05c78.tar.bz2 | |
Change redis download url to point at Github to match redis.io. Changed SHA1 to match version currently hosted.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -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 46901fce4..6093568fe 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -1,10 +1,10 @@ require 'formula' class Redis <Formula - url 'http://redis.googlecode.com/files/redis-2.0.4.tar.gz' + url 'https://github.com/antirez/redis/tarball/v2.0.4-stable' head 'git://github.com/antirez/redis.git' homepage 'http://code.google.com/p/redis/' - sha1 'fee2f1960eda22385503517a9a6dcae610df84d5' + sha1 '48300996d3d34cccf076330859f37248fa5f6c1b' def install fails_with_llvm "Breaks with LLVM" |
