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 .
- Mar 21, 2018
-
-
Mike McQuaid authored
tab: cleanup various methods.
-
Mike McQuaid authored
Formula#to_hash: cleanup method.
-
ilovezfs authored
Revert "build: do not skip runtime deps of buildtime deps"
-
Mike McQuaid authored
Use some newer Ruby syntax and improve readability.
-
Mike McQuaid authored
Use some newer Ruby functionality and avoid calling `deps` multiple times when not necessary. Additionally, remove the unneeded `rubocop:disable`.
-
Mike McQuaid authored
Improve detection of file extensions in CurlDownloadStrategy
-
ilovezfs authored
-
Mike McQuaid authored
cli : Add basic arg parser and use it for parsing `brew audit` args
-
Mike McQuaid authored
fix: crash when curl is not installed
-
Mike McQuaid authored
Fix `MethodDeprecatedError` output.
-
Markus Reiter authored
-
commitay authored
java_requirement, cask dsl caveats: java 10
-
- Mar 20, 2018
-
-
Markus Reiter authored
Fix broken support GPG containers with embedded signatures
-
- Mar 19, 2018
-
-
Mike McQuaid authored
Audit use of :run dependencies.
-
Mike McQuaid authored
These are a no-op so let's remove them.
-
Mike McQuaid authored
/usr/bin/which -> type -P
-
Reinhard Pointner authored
url "https://get.filebot.net/filebot/latest/FileBot_#{version}-darwin.tar.xz.gpg" gpg :embedded, key_url: 'https://raw.githubusercontent.com/filebot/plugins/master/gpg/maintainer.pub'
-
Buck Evan authored
Migrated from https://github.com/Linuxbrew/brew/pull/621
-
Buck Evan authored
-
ilovezfs authored
keg: delete __pycache__ directory.
-
Mike McQuaid authored
-
- Mar 18, 2018
-
-
Mike McQuaid authored
/bin/cat -> cat
-
Buck Evan authored
this allows odd linux installations (Android) to function
-
Mike McQuaid authored
upgrade: make pinned error have correct exit code.
-
- Mar 17, 2018
-
-
Mike McQuaid authored
Don't use Linuxbrew/homebrew-core (yet, at least).
-
Mike McQuaid authored
Also, display before saying "no packages to upgrade". Fixes #3936.
-
Mike McQuaid authored
This can't be tapped on vanilla Homebrew/brew because things like e.g. `GlibcRequirement` are missing. We will put this back when the Linuxbrew to Homebrew migration is complete.
-
- Mar 16, 2018
-
-
Mike McQuaid authored
install: add --include-test option.
-
Mike McQuaid authored
Improve external command documentation
-
Mike McQuaid authored
deps: don't display recursive test dependencies.
-
Mike McQuaid authored
-
Mike McQuaid authored
Extract `brew bundle` and `brew services` docs from their help. Add a little for `brew cask` until we can think about e.g. merging the manpages.
-
- Mar 15, 2018
-
-
Mike McQuaid authored
Allow at `install` (or `install --only-dependencies`) time to specify that test dependencies should be installed. This will allow simplifying code in `brew test-bot`. This could also be made an environment variable if desired by maintainers.
-
Mike McQuaid authored
append ? to git_remote_exists
-
Mike McQuaid authored
add ? to svn_remote_exists
-
Maxim Belkin authored
-
Maxim Belkin authored
-
Markus Reiter authored
Update `rubocop-cask` to 0.17.3.
-
Markus Reiter authored
-
- Mar 14, 2018
-
-
Mike McQuaid authored
You only care about the test dependencies for the specific formula you are testing right now.
-