diff options
| -rw-r--r-- | Library/Formula/binutils.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/binutils.rb b/Library/Formula/binutils.rb index b9241fdc7..be6cd58ad 100644 --- a/Library/Formula/binutils.rb +++ b/Library/Formula/binutils.rb @@ -7,9 +7,9 @@ class Binutils < Formula    # No --default-names option as it interferes with Homebrew builds.    bottle do -    sha1 "b411f528adb58ccdf068832b84f35da97e510ec9" => :mavericks -    sha1 "506dcb201baa8cf6ffed975c993335f7a48389a1" => :mountain_lion -    sha1 "2726d3a479491570b01fd707e14fabf97185271e" => :lion +    sha1 "a8ae149dd4489d03d742e0ec2e8fc845e6501661" => :yosemite +    sha1 "525197640a994f0ce80ec61d26090a12e81ce16c" => :mavericks +    sha1 "8e71e8d290d3c71926ad1bb48b74b8cd462fce3d" => :mountain_lion    end    def install | 
