This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Apr 18, 2018
-
-
Mike McQuaid authored
The `cask` attribute doesn't make as much sense on Linux but can be ignored there. The advantage of this change is that (like #4086) it allows figuring out the relevant cask for a formulae requirement on a Linux machine.
-
Mike McQuaid authored
formula: tweak to_hash bottle output.
-
Mike McQuaid authored
AbstractDownloadStrategy#safe_system : Don't splat 2nd arg to ErrorDuringExecution::new
-
Ray Hamel authored
-
Mike McQuaid authored
Make some changes required to have `brew info --json=v1` whether there is any bottle block rather than a bottle checksum for the given system. This provides more consistent output.
-
- Apr 17, 2018
-
-
ilovezfs authored
Xcode 9.3
-
ilovezfs authored
-
Mike McQuaid authored
Fixes #4084.
-
Mike McQuaid authored
formula_support: deprecate more keg_only reasons.
-
Mike McQuaid authored
It's unnecessary extra complexity to have versions that are keg-only on some versions of macOS and not others. Initially this was to only do so on old versions of OS X and Xcode but the discussion in https://github.com/Homebrew/brew/pull/4081 meant that it made more sense to remove them all.
-
Mike McQuaid authored
Remove Xcode.installed? guards.
-
Mike McQuaid authored
RuboCop 0.55.0.
-
Mike McQuaid authored
It's safe since 600d58f4 when MacOS::Xcode.version started returning `Version::NULL` where appropriate.
-
Mike McQuaid authored
-
Markus Reiter authored
-
Mike McQuaid authored
-
Markus Reiter authored
Cask Refactoring
-
- Apr 16, 2018
-
-
Mike McQuaid authored
missing: exit nonzero if missing deps are found
-
Mike McQuaid authored
audit: new formulae should not have a HEAD spec
-
Markus Reiter authored
Update `rubocop-cask` to 0.18.1.
-
Markus Reiter authored
-
- Apr 15, 2018
-
-
Markus Reiter authored
Add missing `MacOS.release` deprecation.
-
Markus Reiter authored
-
- Apr 14, 2018
-
-
Mike McQuaid authored
cli_parser: Refactor required argument for flag to '='
-
Gautham Goli authored
-
Mike McQuaid authored
docs/Analytics: note retention period.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
commitay authored
-
Markus Reiter authored
-
- Apr 13, 2018
-
-
Steven Peters authored
-
- Apr 12, 2018
-
-
Mike McQuaid authored
Due to [GDPR](https://www.eugdpr.org) Google Analytics have added [data retention controls](https://support.google.com/analytics/answer/7667196). Let's set these so that we don't keep any anonymous user data any longer than we need it.
-
Mike McQuaid authored
compat/extend/string: fix odisabled return.
-
Mike McQuaid authored
`odisabled` will still return for a formula in `.brew`. This means `EOS.undent` returns `nil` and the formula cannot be parsed. Instead return the actual string in this case to avoid e.g. patches blowing up with `nil` strings. Fixes #4049.
-
Markus Reiter authored
Fix Cask search not showing remote matches.
-
- Apr 11, 2018
-
-
Markus Reiter authored
-
Mike McQuaid authored
Make release-notes command work from any location
-