redis 2.4.16, devel 2.6.0-rc6

Closes Homebrew/homebrew#13849.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Shawn Jonnet 2012-08-01 07:46:14 -03:00 committed by Jack Nagel
parent 9b746e8f0f
commit a0aa31eb45
1 changed files with 4 additions and 4 deletions

View File

@ -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