You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**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`|
18
18
|**prefix**| path in which Homebrew is installed |`/opt/homebrew`|
19
19
|**keg**| installation destination directory of a given **formula** version |`/opt/homebrew/Cellar/foo/0.1`|
20
20
|**rack**| directory containing one or more versioned **kegs**|`/opt/homebrew/Cellar/foo`|
0 commit comments