redis 2.2.11
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
88c5f70a90
commit
9150d4c07d
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.2.10.tar.gz'
|
||||
url 'http://redis.googlecode.com/files/redis-2.2.11.tar.gz'
|
||||
head 'https://github.com/antirez/redis.git'
|
||||
homepage 'http://redis.io/'
|
||||
md5 '5b08ea64334b7a59df2c25ad7e42de7e'
|
||||
md5 '5501c90ca02ae7ea93c34f067b3e0619'
|
||||
|
||||
fails_with_llvm "Fails with \"reference out of range from _linenoise\""
|
||||
|
||||
|
|
Loading…
Reference in a new issue