diff options
| author | BrewTestBot | 2014-11-24 13:49:08 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-11-24 13:52:50 +0000 | 
| commit | e483868dd77b6559f1b504c460ed03f1679c6eb8 (patch) | |
| tree | c7096b9b2b498dd13dc2b9af29833d5c68b1b42f | |
| parent | 7d16cd9669960657728705d9627d65f3f0afb878 (diff) | |
| download | homebrew-e483868dd77b6559f1b504c460ed03f1679c6eb8.tar.bz2 | |
chibi-scheme: update 0.7.2 bottle.
| -rw-r--r-- | Library/Formula/chibi-scheme.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Library/Formula/chibi-scheme.rb b/Library/Formula/chibi-scheme.rb index ec8e89a1e..85d305fcb 100644 --- a/Library/Formula/chibi-scheme.rb +++ b/Library/Formula/chibi-scheme.rb @@ -11,9 +11,10 @@ class ChibiScheme < Formula    head "https://code.google.com/p/chibi-scheme/", :using => :hg    bottle do -    sha1 "e5f0e061820123d56736261e3f04907bf5c63ce8" => :mavericks -    sha1 "fd04e7f93c4b5bcc416ace19d80f7766c41a3afe" => :mountain_lion -    sha1 "7111751abca30c0a77c8130bd87f082cea255bdd" => :lion +    cellar :any +    sha1 "eff7f6bd5b2a711cd21b7c6d74d14462b647b4ad" => :yosemite +    sha1 "2343e7d9a49a5ea997cbe5e7f91e516aeaf2cbfb" => :mavericks +    sha1 "55723f46b0c3043f676db51894a47e9ac8271b47" => :mountain_lion    end    def install | 
