diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ocamlsdl.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/ocamlsdl.rb b/Library/Formula/ocamlsdl.rb index 8f968e4c2..0cccf0ad6 100644 --- a/Library/Formula/ocamlsdl.rb +++ b/Library/Formula/ocamlsdl.rb @@ -5,6 +5,13 @@ class Ocamlsdl < Formula url "https://downloads.sourceforge.net/project/ocamlsdl/OCamlSDL/ocamlsdl-0.9.1/ocamlsdl-0.9.1.tar.gz" sha1 "2e54f8984b06cede493c3ad29006dde17077a79a" + bottle do + cellar :any + sha1 "69e4eab5739ee4cece742d1064c36f61fb055395" => :mavericks + sha1 "d12bd3c25db05daa8e2a9a40f8f4d821b0e31073" => :mountain_lion + sha1 "c2d29344d6062efb1a5c5dced9de2b58d3778312" => :lion + end + depends_on "sdl" depends_on "sdl_mixer" => :recommended depends_on "sdl_image" => :recommended |
