diff options
| author | BrewTestBot | 2014-02-16 18:51:43 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-02-16 20:28:56 +0000 | 
| commit | bfdd27f049d9776d877edfe51f84aa0790842f0a (patch) | |
| tree | 9c129b4004938dd48615729f9ed6b7dafb2060b9 | |
| parent | 5c1feb6773bc9e3c580fae8f65cce74c01bb5569 (diff) | |
| download | homebrew-bfdd27f049d9776d877edfe51f84aa0790842f0a.tar.bz2 | |
autoconf: update 2.69 bottle.
Closes #26732.
| -rw-r--r-- | Library/Formula/autoconf.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Library/Formula/autoconf.rb b/Library/Formula/autoconf.rb index 67bc3ea8f..1d79e68ed 100644 --- a/Library/Formula/autoconf.rb +++ b/Library/Formula/autoconf.rb @@ -7,9 +7,10 @@ class Autoconf < Formula    sha1 '562471cbcb0dd0fa42a76665acf0dbb68479b78a'    bottle do -    sha1 '2b69898b2827740e5983e25c7f20c0328201b256' => :mavericks -    sha1 'ec30045d8fe4be10858b66d59f029fb19fe63b5e' => :mountain_lion -    sha1 'e7d6d88e762996c2fb96238f7d9e48e6d0feaeba' => :lion +    revision 1 +    sha1 "319a4ac05d83b5b3db37dcc629a46a412ec1989b" => :mavericks +    sha1 "83184a596d69f3a868e6780c1c8fba309ea28fb2" => :mountain_lion +    sha1 "7d31f63e5ddd1bbbf0397b0b70df1ff9e70f998b" => :lion    end    if MacOS::Xcode.provides_autotools? or File.file? "/usr/bin/autoconf" | 
