diff options
| author | Mike McQuaid | 2014-10-17 21:36:53 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-17 21:36:53 +0100 | 
| commit | b9926f15bcbe59b31dc82d9214f62217106916a8 (patch) | |
| tree | d4610a75034b925cc9a1f6c005e4f2ab2b54b1af | |
| parent | 9fa92cd60bdf5519dc8a84541e8adde877eeaf20 (diff) | |
| download | homebrew-b9926f15bcbe59b31dc82d9214f62217106916a8.tar.bz2 | |
autoconf: add yosemite bottle.
| -rw-r--r-- | Library/Formula/autoconf.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/autoconf.rb b/Library/Formula/autoconf.rb index 271170624..4fabc96db 100644 --- a/Library/Formula/autoconf.rb +++ b/Library/Formula/autoconf.rb @@ -8,6 +8,7 @@ class Autoconf < Formula    bottle do      revision 1 +    sha1 "3f83cb206720445748c0c4851152607bfabaa926" => :yosemite      sha1 "319a4ac05d83b5b3db37dcc629a46a412ec1989b" => :mavericks      sha1 "83184a596d69f3a868e6780c1c8fba309ea28fb2" => :mountain_lion      sha1 "7d31f63e5ddd1bbbf0397b0b70df1ff9e70f998b" => :lion | 
