redis 2.4.6
Closes Homebrew/homebrew#9546. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
57f6f5f940
commit
b78d795685
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class Redis < Formula
|
||||
url 'http://redis.googlecode.com/files/redis-2.4.5.tar.gz'
|
||||
url 'http://redis.googlecode.com/files/redis-2.4.6.tar.gz'
|
||||
head 'https://github.com/antirez/redis.git', :branch => 'unstable'
|
||||
homepage 'http://redis.io/'
|
||||
md5 'babeb1a1d05281b5e00ca0a519cfc3f9'
|
||||
md5 '41d394074bcde762872ecb5506f35aee'
|
||||
|
||||
fails_with_llvm 'Fails with "reference out of range from _linenoise"', :build => 2334
|
||||
|
||||
|
|
Loading…
Reference in a new issue