diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tinyscheme.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/tinyscheme.rb b/Library/Formula/tinyscheme.rb index 4da41db5c..d723bf1e3 100644 --- a/Library/Formula/tinyscheme.rb +++ b/Library/Formula/tinyscheme.rb @@ -5,6 +5,12 @@ class Tinyscheme < Formula url 'https://downloads.sourceforge.net/project/tinyscheme/tinyscheme/tinyscheme-1.40/tinyscheme-1.40.tar.gz' sha1 'e03f7ac41f0517bb35eced2772c79eb9db42ea82' + bottle do + sha1 "4946723ab6e7e3689ca087574a3ae7078d50ff84" => :mavericks + sha1 "7c272214c941b749a3e9b57744fbd33564151b78" => :mountain_lion + sha1 "f2f6def9dc2ef11876dd1e307634ac454302ed11" => :lion + end + conflicts_with 'mit-scheme', :because => 'both install a `scheme` binary' # Modify compile flags for Mac OS X per instructions |
