From b383d953522a55898f6634e09ba66f9a89228a1a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 18 Sep 2016 19:59:07 +0100 Subject: [PATCH] os/mac: mark Mavericks as outdated. --- Library/Homebrew/os/mac.rb | 2 +- share/doc/homebrew/Installation.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/Homebrew/os/mac.rb b/Library/Homebrew/os/mac.rb index 803d8cce3c..47ba048046 100644 --- a/Library/Homebrew/os/mac.rb +++ b/Library/Homebrew/os/mac.rb @@ -34,7 +34,7 @@ module OS def outdated_release? # TODO: bump version when new OS is released - version < "10.9" + version < "10.10" end def cat diff --git a/share/doc/homebrew/Installation.md b/share/doc/homebrew/Installation.md index 8c7892846b..b7f8c61628 100644 --- a/share/doc/homebrew/Installation.md +++ b/share/doc/homebrew/Installation.md @@ -10,7 +10,7 @@ it does it too. And you have to confirm everything it will do before it starts. ## Requirements * An Intel CPU [1](#1) -* OS X 10.9 or higher [2](#2) +* OS X 10.10 or higher [2](#2) * Command Line Tools for Xcode: `xcode-select --install`, https://developer.apple.com/downloads or [Xcode](https://itunes.apple.com/us/app/xcode/id497799835) [3](#3) @@ -42,7 +42,7 @@ you can assume you will have trouble if you don’t conform. Also, you can find PowerPC and Tiger branches from other users in the fork network. See [Interesting Taps & Forks](Interesting-Taps-&-Forks.md). -2 10.9 or higher is recommended. 10.5 - 10.8 are +2 10.10 or higher is recommended. 10.5 - 10.8 are supported on a best-effort basis. For 10.4 and 10.5, see [Tigerbrew](https://github.com/mistydemeo/tigerbrew).