| Age | Commit message (Collapse) | Author |
|
Add internal command to calculate appcast checkpoint.
|
|
Cask: cleanups internal stanzas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See https://github.com/Homebrew/brew/pull/1771#issuecomment-270179479.
|
|
|
|
cask depends_on arch: remove everything but 64-bit intel
|
|
|
|
|
|
|
|
|
|
|
|
cask reinstall: download and verify cask before uninstall
|
|
Use `launchctl` to get running processes by bundle ID.
|
|
|
|
Refactor Cask installer.
|
|
Fail if cask source already exists.
|
|
|
|
|
|
|
|
|
|
|
|
For code coverage from `brew test-bot`.
|
|
Closes: caskroom/homebrew-cask#27075
|
|
|
|
|
|
|
|
|
|
When a Formula is converted into a Cask (e.g. osxfuse),
a symlink remains at the place of package dir.
This change ensure to remove such leftovers.
|
|
Load cask file in `.metadata` directory directly.
|
|
Cask: Add the choices option to pkg stanza
|
|
|
|
|
|
|
|
|
|
|
|
installer command accepts -applyChoiceChangesXML option to change
customize options on the GUI installer from the commandline.
(`man installer` for more detailed information)
The introduced option `choice` enables the choice changes to be supplied
via pkg stanza without tricks in preflight code.
|
|
|
|
|
|
Update RuboCop to 0.45.0.
|
|
|
|
|