redis 2.4.16, devel 2.6.0-rc6
Closes Homebrew/homebrew#13849. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
9b746e8f0f
commit
a0aa31eb45
1 changed files with 4 additions and 4 deletions
|
@ -2,14 +2,14 @@ require 'formula'
|
|||
|
||||
class Redis < Formula
|
||||
homepage 'http://redis.io/'
|
||||
url 'http://redis.googlecode.com/files/redis-2.4.15.tar.gz'
|
||||
sha1 '9e388d2c070b15136da1277f4d21f1c788694b12'
|
||||
url 'http://redis.googlecode.com/files/redis-2.4.16.tar.gz'
|
||||
sha1 '783c4444a4e2f5392458f29f4f0b7c6c4d757462'
|
||||
|
||||
head 'https://github.com/antirez/redis.git', :branch => 'unstable'
|
||||
|
||||
devel do
|
||||
url 'http://redis.googlecode.com/files/redis-2.6.0-rc5.tar.gz'
|
||||
sha1 '8051ea9092f238d41966d761b6d80dffc987e37c'
|
||||
url 'http://redis.googlecode.com/files/redis-2.6.0-rc6.tar.gz'
|
||||
sha1 '64a3567d7a9ff1e33b121084a2c5a22c070c0a44'
|
||||
end
|
||||
|
||||
fails_with :llvm do
|
||||
|
|
Loading…
Reference in a new issue