scheme48: add 1.9.2 bottle.
Closes Homebrew/homebrew#31023. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
8a9d1e9e51
commit
24837872c0
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ class Scheme48 < Formula
|
|||
url 'http://s48.org/1.9.2/scheme48-1.9.2.tgz'
|
||||
sha1 'b2d02b6ddac56e566d170b9c916f11dbd182390a'
|
||||
|
||||
bottle do
|
||||
sha1 "c2d1d64385b004856a2bf1e1683f49ba339c8046" => :mavericks
|
||||
sha1 "75692a9d2fdb41ffb11f05c1be298eb33143724b" => :mountain_lion
|
||||
sha1 "061274969680e03b26a5c2c44719a41fa417ff74" => :lion
|
||||
end
|
||||
|
||||
conflicts_with 'gambit-scheme', :because => 'both install `scheme-r5rs` binaries'
|
||||
conflicts_with 'scsh', :because => 'both install include/scheme48.h'
|
||||
|
||||
|
|
Loading…
Reference in a new issue