juju-quickstart: add 1.3.5 bottle.
Closes Homebrew/homebrew#30070. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
8ec0ca7540
commit
078c0a00fc
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class JujuQuickstart < Formula
|
|||
url "https://pypi.python.org/packages/source/j/juju-quickstart/juju-quickstart-1.3.5.tar.gz"
|
||||
sha1 "a570fd3f05d67dfd5ea7735ec8694e78cd22cf57"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "d4d23590fb06e7c032e239eb73d37263beeaac31" => :mavericks
|
||||
sha1 "28e85ae87e71411fbccdfd7d07d5403393dffac6" => :mountain_lion
|
||||
sha1 "3fba353eec6245e35b3315ec3140085b839076a8" => :lion
|
||||
end
|
||||
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
depends_on "juju"
|
||||
|
||||
|
|
Loading…
Reference in a new issue