aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/redis.rb
diff options
context:
space:
mode:
authorRyan Schlesinger2011-04-08 14:52:01 -0700
committerAdam Vandenberg2011-04-08 15:20:06 -0700
commita2683235da4158c5b0bfca3930772c8e38f4ced3 (patch)
tree61df31ab24da7f7059d9eff9c7c3e3b7f8155213 /Library/Formula/redis.rb
parentf8ce3ef8c60b4c5fd68baa7ca86e5e2028a76d57 (diff)
downloadhomebrew-a2683235da4158c5b0bfca3930772c8e38f4ced3.tar.bz2
Updating redis to 2.2.4.
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 734317bbc..aff7592cb 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.2.2.tar.gz'
+ url 'http://redis.googlecode.com/files/redis-2.2.4.tar.gz'
head 'git://github.com/antirez/redis.git'
homepage 'http://redis.io/'
- sha1 '75b953e4a3067570555c5f3f5e8f481c40489904'
+ sha1 '063e6e9f615ceda664d0691a6ea59befb22ebc40'
fails_with_llvm "Fails with \"reference out of range from _linenoise\""