redis 2.8.15
This commit is contained in:
parent
6ce2079849
commit
1e145d39e4
1 changed files with 2 additions and 5 deletions
|
@ -2,13 +2,10 @@ require 'formula'
|
|||
|
||||
class Redis < Formula
|
||||
homepage 'http://redis.io/'
|
||||
url "http://download.redis.io/releases/redis-2.8.14.tar.gz"
|
||||
sha1 "fd0edc045f2b53057d7f6ab38e2fe99086c87e8d"
|
||||
url "http://download.redis.io/releases/redis-2.8.15.tar.gz"
|
||||
sha1 "afc0d753cea68a26038775df2dea75a76e3d0e1d"
|
||||
|
||||
bottle do
|
||||
sha1 "ccce44232307e1b943be22831ce058dda0c4affb" => :mavericks
|
||||
sha1 "26a3c474596d83107b745d6c5e436f655ccdc42a" => :mountain_lion
|
||||
sha1 "16db4d79e31274c08e700389f2feb4b2ccf8ee6a" => :lion
|
||||
end
|
||||
|
||||
head 'https://github.com/antirez/redis.git', :branch => 'unstable'
|
||||
|
|
Loading…
Reference in a new issue