diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/platypus.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/platypus.rb b/Library/Formula/platypus.rb index 97a96f55a..18edc8c0d 100644 --- a/Library/Formula/platypus.rb +++ b/Library/Formula/platypus.rb @@ -6,6 +6,13 @@ class Platypus < Formula sha1 "39d165b9579600cef637b45c70c82307697bb7be" head "https://github.com/sveinbjornt/Platypus.git", :branch => "master" + bottle do + cellar :any + sha1 "098a47d22181f648bcbe3fa8ca16b1496231d548" => :mavericks + sha1 "b170417ede5809c752c673e91d3c108ab2124bf5" => :mountain_lion + sha1 "ec050d53583c57b7ad6d92c2fe3d44d8705824be" => :lion + end + depends_on :xcode => :build def install |
