Skip to content

Commit f037420

Browse files
authored
Merge pull request #20373 from Homebrew/cask_definition
Update cask definition
2 parents a7ea27a + 3757c8b commit f037420

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Library/Homebrew/manpages/brew.1.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Linux distribution without requiring `sudo`.
3636

3737
**cask**
3838

39-
: Homebrew package definition that installs native applications directly from upstream
39+
: Homebrew package definition that installs pre-compiled binaries built and signed by upstream
4040

4141
**prefix**
4242

docs/Formula-Cookbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A *formula* is a package definition written in Ruby. It can be created with `bre
1414
| term | description | example |
1515
| -------------------- | ------------------------------------------------------------------------- | ------- |
1616
| **formula** | Homebrew package definition that builds from upstream sources | `/opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/f/foo.rb` |
17-
| **cask** | Homebrew package definition that installs macOS native applications | `/opt/homebrew/Library/Taps/homebrew/homebrew-cask/Casks/b/bar.rb` |
17+
| **cask** | Homebrew package definition that installs pre-compiled binaries built and signed by upstream | `/opt/homebrew/Library/Taps/homebrew/homebrew-cask/Casks/b/bar.rb` |
1818
| **prefix** | path in which Homebrew is installed | `/opt/homebrew` |
1919
| **keg** | installation destination directory of a given **formula** version | `/opt/homebrew/Cellar/foo/0.1` |
2020
| **rack** | directory containing one or more versioned **kegs** | `/opt/homebrew/Cellar/foo` |

docs/Manpage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Linux distribution without requiring `sudo`.
1919

2020
**cask**
2121

22-
: Homebrew package definition that installs native applications directly from
23-
upstream
22+
: Homebrew package definition that installs pre-compiled binaries built and
23+
signed by upstream
2424

2525
**prefix**
2626

manpages/brew.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Homebrew is the easiest and most flexible way to install the UNIX tools Apple di
1414
Homebrew package definition that builds from upstream sources
1515
.TP
1616
\fBcask\fP
17-
Homebrew package definition that installs native applications directly from upstream
17+
Homebrew package definition that installs pre\-compiled binaries built and signed by upstream
1818
.TP
1919
\fBprefix\fP
2020
path in which Homebrew is installed, e\.g\. \fB/opt/homebrew\fP or \fB/home/linuxbrew/\.linuxbrew\fP

0 commit comments

Comments
 (0)