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 .
- Aug 20, 2016
-
-
Markus Reiter authored
-
Mike McQuaid authored
Remove Cask developer scripts.
-
Markus Reiter authored
-
Andrew Janke authored
-
- Aug 19, 2016
-
-
Mike McQuaid authored
Add permit_weak_imports directive
-
Mike McQuaid authored
Formula-Cookbook: document head branch default.
-
Mike McQuaid authored
`--HEAD` defaults to `:branch => "master"` so document that. Closes #722.
-
Mike McQuaid authored
diagnostic: ignore duplicated `brew-cask` commands
-
Mike McQuaid authored
Bottles: bottle revision is now called rebuild.
-
Xu Cheng authored
download_strategy: check if commit nil
-
Mike McQuaid authored
These are intentionally duplicated for now until the Cask migration is complete.
-
Mike McQuaid authored
Move Cask core code to Homebrew
-
AnastasiaSulyagina authored
-
AnastasiaSulyagina authored
-
Mike McQuaid authored
Forgot this in #731.
-
Mike McQuaid authored
Rename bottle's revision to rebuild.
-
Vlad Shablinsky authored
-
Andrew Janke authored
-
Dominyk Tiller authored
xcode: update expected clang for macOS 10.12
-
Dominyk Tiller authored
-
ilovezfs authored
Closes #746. Signed-off-by:
ilovezfs <ilovezfs@icloud.com>
-
ilovezfs authored
version: fix parsing of URLs ending with version
-
Mike McQuaid authored
-
- Aug 18, 2016
-
-
Mike McQuaid authored
Add Formula Cookbook entry and audit check for version_scheme
-
Mike McQuaid authored
Reference the revision value so it's more obvious that this does not refer to e.g. a SCM revision.
-
Mike McQuaid authored
Reuse the existing `revision` method that was made more generic.
-
Mike McQuaid authored
This will allow it to be used for checking other attributes too.
-
Mike McQuaid authored
-
Mike McQuaid authored
This allows querying multiple attributes in the same way as `revision_map` did but without duplicating code or repeatedly traversing history.
-
Mike McQuaid authored
-
ilovezfs authored
https://github.com/lihaoyi/Ammonite/releases/download/0.7.4/0.7.4 was parsing as "0.7" not "0.7.4" since ".4" was being treated as a legitimate file extension. At minimum, let's insist that a valid file extension include at least one letter to avoid lopping off part of the correct version string.
-
Mike McQuaid authored
Implement epochs
-
Mike McQuaid authored
Brew-Test-Bot.md: fix broken link
-
Xu Cheng authored
-
Vlad Shablinsky authored
-
Vlad Shablinsky authored
-
Vlad Shablinsky authored
-
Xu Cheng authored
-
Tim D. Smith authored
Issue Homebrew/homebrew-core#3727 suggested we set -no_weak_imports for new versions of Xcode to ensure that e.g. building on 10.11 against the 10.12 SDK doesn't result in a situation where autotools thinks symbols exist that don't actually exist on the current platform. Further discussion in golang/go#16770 revealed that some packages require weak imports to build normally.
-
Tim D. Smith authored
-