diff options
| author | BrewTestBot | 2014-10-27 08:03:44 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-27 08:16:24 +0000 | 
| commit | 8b14b3ca06a8f19339ea28d8c9365929083c54b5 (patch) | |
| tree | 9e6e46d7906d5136599d607eb60c545a0061cdd2 | |
| parent | 59bcfbdebc4e98b4ae710b4c32a88b83e0f8fe01 (diff) | |
| download | homebrew-8b14b3ca06a8f19339ea28d8c9365929083c54b5.tar.bz2 | |
objective-caml: update 4.02.1 bottle.
Closes #33617.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/objective-caml.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Library/Formula/objective-caml.rb b/Library/Formula/objective-caml.rb index 5b93dc3f6..e947552ef 100644 --- a/Library/Formula/objective-caml.rb +++ b/Library/Formula/objective-caml.rb @@ -10,9 +10,10 @@ class ObjectiveCaml < Formula    depends_on :x11 => :recommended    bottle do -    sha1 "4ace54d7cc633294edfdbdc443dc64354c4fb81b" => :yosemite -    sha1 "2a8c6d611a2b89eb0b98111f4ee2d9f91295651d" => :mavericks -    sha1 "0c94cafa9f5d910d3af1fa12fb467cd9f01d2951" => :mountain_lion +    revision 5 +    sha1 "1d63e6eff490aeb5e53a29e44473d2564ba2cab4" => :yosemite +    sha1 "63727401bb4bbb8b16dc29631c2efaed6499a655" => :mavericks +    sha1 "4f74b7cb5dd3cd4560cb42249a3de109f09fb597" => :mountain_lion    end    def install | 
