Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Redis 2.4.2
Browse files Browse the repository at this point in the history
Closes #8317.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
sixfeetover authored and jacknagel committed Oct 26, 2011
1 parent 123bfd2 commit e473593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/redis.rb
@@ -1,10 +1,10 @@
require 'formula'

class Redis < Formula
url 'http://redis.googlecode.com/files/redis-2.4.1.tar.gz'
url 'http://redis.googlecode.com/files/redis-2.4.2.tar.gz'
head 'https://github.com/antirez/redis.git'
homepage 'http://redis.io/'
md5 '7af9ed2c378a2153f4f32f82c539c405'
md5 'c4b0b5e4953a11a503cb54cf6b09670e'

fails_with_llvm 'Fails with "reference out of range from _linenoise"', :build => 2334

Expand Down

0 comments on commit e473593

Please sign in to comment.