aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMatt Berryman2011-09-30 10:02:35 +0100
committerAdam Vandenberg2011-09-30 08:01:02 -0700
commitfde9d23324a821039d44cc937407b779b79a358f (patch)
tree86407af5feb6ebd39880848b29a581fb0ac46577 /Library/Formula
parent0e8081ee28e12904403f50ea8ab45e66b37722af (diff)
downloadhomebrew-fde9d23324a821039d44cc937407b779b79a358f.tar.bz2
redis 2.2.14
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 62a860535..0e38fab16 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.13.tar.gz'
+ url 'http://redis.googlecode.com/files/redis-2.2.14.tar.gz'
head 'https://github.com/antirez/redis.git'
homepage 'http://redis.io/'
- md5 '7be678bbfcac9dc152e75d080d239729'
+ md5 '3605e3d4c9465fdfefa2e96f3a408ef5'
fails_with_llvm 'Fails with "reference out of range from _linenoise"', :build => 2334