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 17, 2017
-
-
JCount authored
Previously, the http_content_headers_and_checksum method always downloaded the entire url, including headers. These downloads periodically hang, outputting false positives or wreaking havoc on the CI. Therefore, use curl's --max-time arg to prevent this by setting a hard limit of 600 seconds when the entire file is going to be used to detect whether the url can be changed to use the HTTPS protocol instead of HTTP. Otherwise, if the url already is HTTPS, limit the download time to 25 seconds since only the headers, not contents, matter.
-
- Mar 13, 2017
-
-
Mike McQuaid authored
docs: add markers to ordered lists and sublists
-
Mike McQuaid authored
Revert "audit: exempt wine's deps from the universal deprecation"
-
EricFromCanada authored
While GitHub allows a single space to denote a sublist, Jekyll is not so lenient. It also seems unable to handle ordered sublists.
-
Markus Reiter authored
Add `#installed_caskfile` method to `Cask` class.
-
Markus Reiter authored
Use `CaskLoader.load_from_file` in `Auditor`.
-
William Woodruff authored
keg: Skip relocation when dylib ID/install name doesn't change.
-
ilovezfs authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
update: stop autoupdate skipping no formula taps.
-
William Woodruff authored
-
- Mar 12, 2017
-
-
Vítor Galvão authored
Change instances of caskroom.io to caskroom.github.io
-
Numbermaniac authored
-
Markus Reiter authored
Migrate legacy Caskroom.
-
Mike McQuaid authored
This will be slightly slower if you have a bunch of non-formula (i.e. command or cask) taps but it avoids the confusion of having Homebrew saying it's updated when it only did so selectively. Fixes #1946.
-
Vítor Galvão authored
Remove old metadata when installing with `--force`.
-
Markus Reiter authored
-
Markus Reiter authored
Replace `#plural` by `Formatter::pluralize`.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
docs: update Brew Test Bot screen shots
-
EricFromCanada authored
-
Mike McQuaid authored
hardware: use march=native for generic module.
-
Mike McQuaid authored
test: fix tests with a shallow clone.
-
Mike McQuaid authored
java_requirement.rb: use HTTPS in Java Platform URL
-
- Mar 11, 2017
-
-
Markus Reiter authored
Fix “Hombrew” typo.
-
Markus Reiter authored
Fix `uninstall :pkgutil` leaving empty `.app` directories.
-
Markus Reiter authored
-
Viktor Szakats authored
It's redirected to cleartext, though this URL will be opened in a browser so it won't be something hidden, and maybe Oracle will fix this in the future.
-
ilovezfs authored
`ENV.prepend_path "PATH", which("emacs").dirname` in the emacs requirement was causing us to end up invoking /usr/bin/clang instead of /usr/local/Homebrew/Library/Homebrew/shims/super/clang.
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
This matches Linux where this behaviour was original imported from.
-
Markus Reiter authored
Refactor artifacts.
-
Mike McQuaid authored
Python requirements: Remove casks
-
Mike McQuaid authored
linux: Add ARM to CPU.type
-
Bob W. Hogg authored
Neither python nor python3 are available from Caskroom. Signed-off-by:
Bob W. Hogg <rwhogg@linux.com>
-