Merge pull request #6014 from vitorgalvao/caskroom-home
cask home: update to brew.sh
This commit is contained in:
commit
3b842ef41f
@ -4,7 +4,7 @@ module Cask
|
|||||||
def run
|
def run
|
||||||
if casks.none?
|
if casks.none?
|
||||||
odebug "Opening project homepage"
|
odebug "Opening project homepage"
|
||||||
self.class.open_url "https://caskroom.github.io/"
|
self.class.open_url "https://brew.sh/"
|
||||||
else
|
else
|
||||||
casks.each do |cask|
|
casks.each do |cask|
|
||||||
odebug "Opening homepage for Cask #{cask}"
|
odebug "Opening homepage for Cask #{cask}"
|
||||||
|
|||||||
@ -48,7 +48,7 @@ graphical user interface.
|
|||||||
* `home` or `homepage` [ <token> ... ]:
|
* `home` or `homepage` [ <token> ... ]:
|
||||||
Display the homepage associated with a given Cask in a browser.
|
Display the homepage associated with a given Cask in a browser.
|
||||||
|
|
||||||
With no arguments, display the project page <https://caskroom.github.io/>.
|
With no arguments, display the project page <https://brew.sh/>.
|
||||||
|
|
||||||
* `info` or `abv` <token> [ <token> ... ]:
|
* `info` or `abv` <token> [ <token> ... ]:
|
||||||
Display information about the given Cask.
|
Display information about the given Cask.
|
||||||
@ -249,7 +249,7 @@ Other environment variables:
|
|||||||
|
|
||||||
## SEE ALSO
|
## SEE ALSO
|
||||||
|
|
||||||
The Homebrew Cask home page: <https://caskroom.github.io/>
|
The Homebrew home page: <https://brew.sh/>
|
||||||
|
|
||||||
The Homebrew Cask GitHub page: <https://github.com/Homebrew/homebrew-cask>
|
The Homebrew Cask GitHub page: <https://github.com/Homebrew/homebrew-cask>
|
||||||
|
|
||||||
|
|||||||
@ -19,7 +19,7 @@ describe Cask::Cmd::Home, :cask do
|
|||||||
end
|
end
|
||||||
|
|
||||||
it "opens the project page when no Cask is specified" do
|
it "opens the project page when no Cask is specified" do
|
||||||
expect(described_class).to receive(:open_url).with("https://caskroom.github.io/")
|
expect(described_class).to receive(:open_url).with("https://brew.sh/")
|
||||||
described_class.run
|
described_class.run
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -53,7 +53,7 @@ Download remote application files for the given Cask to the local cache\. With \
|
|||||||
Display the homepage associated with a given Cask in a browser\.
|
Display the homepage associated with a given Cask in a browser\.
|
||||||
.
|
.
|
||||||
.IP
|
.IP
|
||||||
With no arguments, display the project page \fIhttps://caskroom\.github\.io/\fR\.
|
With no arguments, display the project page \fIhttps://brew\.sh/\fR\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fBinfo\fR or \fBabv\fR \fItoken\fR [ \fItoken\fR \.\.\. ]
|
\fBinfo\fR or \fBabv\fR \fItoken\fR [ \fItoken\fR \.\.\. ]
|
||||||
@ -288,7 +288,7 @@ Other environment variables:
|
|||||||
When this variable is set, Homebrew Cask will call \fBsudo\fR(8) with the \fB\-A\fR option\.
|
When this variable is set, Homebrew Cask will call \fBsudo\fR(8) with the \fB\-A\fR option\.
|
||||||
.
|
.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
The Homebrew Cask home page: \fIhttps://caskroom\.github\.io/\fR
|
The Homebrew home page: \fIhttps://brew\.sh/\fR
|
||||||
.
|
.
|
||||||
.P
|
.P
|
||||||
The Homebrew Cask GitHub page: \fIhttps://github\.com/Homebrew/homebrew\-cask\fR
|
The Homebrew Cask GitHub page: \fIhttps://github\.com/Homebrew/homebrew\-cask\fR
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user