diff options
| author | BrewTestBot | 2015-02-03 02:22:15 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-02-03 08:34:00 +0000 | 
| commit | 995cf9de67b6655a5e95b4636c1128ae024fff82 (patch) | |
| tree | 6ff418415284d067d86fb3b5b26265c44ccc72db | |
| parent | a8b5a17482587c86e34cc1a0f150e6a6a3eed2b0 (diff) | |
| download | homebrew-995cf9de67b6655a5e95b4636c1128ae024fff82.tar.bz2 | |
objective-caml: update 4.02.1_2 bottle.
| -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 acf8a95a1..4cd747f71 100644 --- a/Library/Formula/objective-caml.rb +++ b/Library/Formula/objective-caml.rb @@ -10,9 +10,10 @@ class ObjectiveCaml < Formula    depends_on :x11 => :optional    bottle do -    sha1 "d3f09d213f57210e4a9e1b482ca8e2fdf39d5836" => :yosemite -    sha1 "5fb1b744f2e8efa49d00d5bcf01547db2b3d32c4" => :mavericks -    sha1 "e551c48370a3b5a43d843510b81032fccc2197ec" => :mountain_lion +    revision 1 +    sha1 "ff2aad908892c78304c153c4c744954f1dadc5c7" => :yosemite +    sha1 "624ddd8c46b91daa51658e06d4ac1e3e20012779" => :mavericks +    sha1 "fa162f9f75ea191f0f9dd59298a0b62c2c761118" => :mountain_lion    end    def install | 
