diff options
| author | BrewTestBot | 2014-12-27 16:45:33 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-12-27 17:20:17 +0000 | 
| commit | 9422c8bad6ac1e167ad0e07006ab9f6cbfa49a86 (patch) | |
| tree | 383c8b76879ec0c6b337538db70d571267b4807a /Library/Formula/binutils.rb | |
| parent | 210ebcdbc82607e7f3b67509084c352f2e8fe1a6 (diff) | |
| download | homebrew-9422c8bad6ac1e167ad0e07006ab9f6cbfa49a86.tar.bz2 | |
binutils: update 2.25 bottle.
Diffstat (limited to 'Library/Formula/binutils.rb')
| -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 | 
