redis 2.8.10
This commit is contained in:
parent
f483c829d3
commit
e3f20e60b7
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.9.tar.gz"
|
||||
sha1 "003ccdc175816e0a751919cf508f1318e54aac1e"
|
||||
url "http://download.redis.io/releases/redis-2.8.10.tar.gz"
|
||||
sha1 "339ddf82e01a16ad912d1c1d59b02f3fab58d9d9"
|
||||
|
||||
bottle do
|
||||
sha1 "92ad2c1ffa9d54af09439e4ed99123a0f52fab32" => :mavericks
|
||||
sha1 "8e7dc81f46bb55d0706d539d6b9ea132ff448024" => :mountain_lion
|
||||
sha1 "514e7a7efe25016899f56053338e2100ffea2dce" => :lion
|
||||
end
|
||||
|
||||
head 'https://github.com/antirez/redis.git', :branch => 'unstable'
|
||||
|
|
Loading…
Reference in a new issue