aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/redis.rb
diff options
context:
space:
mode:
authorKevin Faustino2011-02-23 12:03:18 -0500
committerAdam Vandenberg2011-02-23 09:37:03 -0800
commit9b09da151d7e2d2bb2719c46ef0d2bb903dd9232 (patch)
tree0b37d3806cadf520a27464ac0a557608e6e72eb6 /Library/Formula/redis.rb
parent850947e2ca379cc8ad5da37158ab32f4a7cdc7c3 (diff)
downloadhomebrew-9b09da151d7e2d2bb2719c46ef0d2bb903dd9232.tar.bz2
Updated redis to 2.2.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/redis.rb')
-rw-r--r--Library/Formula/redis.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb
index 49aac456a..cf9c052be 100644
--- a/Library/Formula/redis.rb
+++ b/Library/Formula/redis.rb
@@ -1,11 +1,11 @@
require 'formula'
class Redis <Formula
- url 'https://github.com/antirez/redis/tarball/v2.0.4-stable'
+ url 'http://redis.googlecode.com/files/redis-2.2.1.tar.gz'
head 'git://github.com/antirez/redis.git'
homepage 'http://redis.io/'
- sha1 '48300996d3d34cccf076330859f37248fa5f6c1b'
- version '2.0.4'
+ sha1 'a64c32f37e67bdeabbab74f8413a960a8d42e381'
+ version '2.2.1'
def install
fails_with_llvm "Breaks with LLVM"