Merge pull request #1236 from reitermarkus/homebrew-cask
“Homebrew Cask” -> “Homebrew-Cask”
This commit is contained in:
commit
6923d81a72
@ -9,7 +9,7 @@ def blacklisted?(name)
|
||||
|
||||
We recommend using a MacTeX distribution: https://www.tug.org/mactex/
|
||||
|
||||
You can install it with Homebrew Cask:
|
||||
You can install it with Homebrew-Cask:
|
||||
brew cask install mactex
|
||||
EOS
|
||||
when "pip" then <<-EOS.undent
|
||||
@ -73,7 +73,7 @@ def blacklisted?(name)
|
||||
and cabal-install instead:
|
||||
brew install ghc cabal-install
|
||||
|
||||
You can install with Homebrew Cask:
|
||||
You can install with Homebrew-Cask:
|
||||
brew cask install haskell-platform
|
||||
EOS
|
||||
when "mysqldump-secure" then <<-EOS.undent
|
||||
@ -82,7 +82,7 @@ def blacklisted?(name)
|
||||
when "ngrok" then <<-EOS.undent
|
||||
Upstream sunsetted 1.x in March 2016 and 2.x is not open-source.
|
||||
|
||||
If you wish to use the 2.x release you can install with Homebrew Cask:
|
||||
If you wish to use the 2.x release you can install with Homebrew-Cask:
|
||||
brew cask install ngrok
|
||||
EOS
|
||||
end
|
||||
|
@ -443,7 +443,7 @@ class Reporter
|
||||
# For formulae migrated to cask: Auto-install cask or provide install instructions.
|
||||
if new_tap_name == "caskroom/cask"
|
||||
if new_tap.installed? && (HOMEBREW_REPOSITORY/"Caskroom").directory?
|
||||
ohai "#{name} has been moved to Homebrew Cask."
|
||||
ohai "#{name} has been moved to Homebrew-Cask."
|
||||
ohai "brew uninstall --force #{name}"
|
||||
system HOMEBREW_BREW_FILE, "uninstall", "--force", name
|
||||
ohai "brew prune"
|
||||
@ -451,7 +451,7 @@ class Reporter
|
||||
ohai "brew cask install #{name}"
|
||||
system HOMEBREW_BREW_FILE, "cask", "install", name
|
||||
else
|
||||
ohai "#{name} has been moved to Homebrew Cask.", <<-EOS.undent
|
||||
ohai "#{name} has been moved to Homebrew-Cask.", <<-EOS.undent
|
||||
To uninstall the formula and install the cask run:
|
||||
brew uninstall --force #{name}
|
||||
brew cask install #{name}
|
||||
|
@ -36,7 +36,7 @@ class Requirement
|
||||
if cask
|
||||
s += <<-EOS.undent
|
||||
|
||||
You can install with Homebrew Cask:
|
||||
You can install with Homebrew-Cask:
|
||||
brew cask install #{cask}
|
||||
EOS
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user