diff options
Diffstat (limited to 'Library/Formula/scriptcs.rb')
| -rw-r--r-- | Library/Formula/scriptcs.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/scriptcs.rb b/Library/Formula/scriptcs.rb index f5bfd7ea0..a0d07bcf3 100644 --- a/Library/Formula/scriptcs.rb +++ b/Library/Formula/scriptcs.rb @@ -3,6 +3,13 @@ class Scriptcs < Formula url "https://github.com/scriptcs/scriptcs/archive/v0.13.3.tar.gz" sha256 "08cf6f2fc14b334ec8d18367a47e5210e99928c3c1cd3d16f2e94d596c8ab44a" + bottle do + cellar :any + sha256 "bb55a2043f8572b9476871f50c63253b409e69f4343c1598628e336f766756fa" => :yosemite + sha256 "52e4caac203ae3d0876329a1484935daf1eff1c005b09fb4e3c29e032eb2f0b6" => :mavericks + sha256 "3b7c04358ddc452d2e0ba114c40cf3973bcd4f65385297423207a0b79a9d52d7" => :mountain_lion + end + depends_on "mono" => :recommended def install |
