diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/stuntman.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/stuntman.rb b/Library/Formula/stuntman.rb index dc3105f10..44a37e194 100644 --- a/Library/Formula/stuntman.rb +++ b/Library/Formula/stuntman.rb @@ -6,6 +6,13 @@ class Stuntman < Formula sha1 "bc315c5f81e5bf9301872d096db8a8ac74089de4" head "https://github.com/jselbie/stunserver.git" + bottle do + cellar :any + sha1 "cba61cc3db211fd4f2b7c8e07284fdfbb4151553" => :mavericks + sha1 "bf4bc85266aaabc0247860cee0695a7fe93a0d5b" => :mountain_lion + sha1 "e3e3efbf5fa4160d17e1786c0d30ec65e51cb262" => :lion + end + depends_on "boost" => :build def install |
