| Age | Commit message (Collapse) | Author |
|
cask moved: check target writable for move_back
|
|
|
|
|
|
Fixes https://github.com/Homebrew/brew/issues/3601.
|
|
Partially revert "Add audit check for URL schema"
|
|
|
|
|
|
|
|
Add audit check for URL schema
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Properly upgrade Casks with version :latest
|
|
Simplify a condition
|
|
Leftover && and remove xattr "copy"
|
|
|
|
|
|
|
|
|
|
|
|
Avoid using variables altogether; fork out the purge into two
specialized + one common function
|
|
(and if doing so, correctly set the staged_path when purging it)
|
|
|
|
|
|
|
|
|
|
|
|
Implement `brew cask upgrade`
|
|
|
|
- Simplify outdated Casks checks
- Make use of RSpec's let(:) and .and syntax
|
|
|
|
|
|
|
|
Cask doctor: add macOS & Java versions
|
|
|
|
- Split move into a move_back (and clarify when it is used)
- Remove unused flags
- Raise error if installed Caskfile not found
- Error out if an upgrade fails
- Remove some defensive programming checks
|
|
|
|
|
|
Fix small typo
|
|
|
|
|
|
|
|
|
|
|