simple-amqp-client: add 2.4.0 bottle.
This commit is contained in:
parent
7028217568
commit
f4c8ab5ff1
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ class SimpleAmqpClient < Formula
|
|||
sha1 "5b24c79a34dc8c97ff5dd0c78d545b9f507478a5"
|
||||
head "https://github.com/alanxz/SimpleAmqpClient.git", :branch => "master"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "bd274d244f4187fbf464096f09031f273261fbaf" => :yosemite
|
||||
sha1 "ba390005dd4fa32f8c886a1d988c985ad8ba11eb" => :mavericks
|
||||
sha1 "7f60046c62ba839e2a4df7477d9a5cf23901704d" => :mountain_lion
|
||||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "doxygen" => :build
|
||||
depends_on "rabbitmq-c"
|
||||
|
|
Loading…
Reference in a new issue