index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
cask
/
lib
/
hbc
/
dsl
Age
Commit message (
Collapse
)
Author
2017-11-28
Only show `kext` caveat on High Sierra or above.
Markus Reiter
2017-11-28
Refactor caveats and add `kext` caveat.
Markus Reiter
2017-11-06
Refactor `DependsOn` with `DelegateClass`.
Markus Reiter
2017-10-18
Use “squiggly” heredocs.
Markus Reiter
2017-10-04
Refactor DSL and Artifacts.
Markus Reiter
2017-10-03
Remove `UnderscoreSupportingURI`.
Markus Reiter
2017-09-27
Cask dsl caveats: bump java version to 9
commitay
2017-09-24
Rubocop: manual rule fixes.
Mike McQuaid
2017-09-10
Treat every `Artifact` instance as a single artifact.
Markus Reiter
2017-08-20
Merge pull request #3001 from reitermarkus/cask-conflicts-with
Markus Reiter
Implement `conflicts_with :cask`.
2017-08-08
Simplify CurlDownloadStrategy.
Markus Reiter
2017-08-07
Revert "Refactor SVN and cURL download strategies."
ilovezfs
2017-08-07
Simplify CurlDownloadStrategy.
Markus Reiter
2017-08-05
Implement `conflicts_with :cask`.
Markus Reiter
2017-06-30
Refactor Formula/Cask dependencies.
Markus Reiter
2017-06-01
Fix curl invocation in Hbc::DSL::Appcast.
Kiyoshi '13k' Murata
Fixes #2592
2017-04-21
Validate `container :type`.
Markus Reiter
2017-01-23
Change regex to catch multi-line `pubDate` tags.
Markus Reiter
2017-01-23
Add internal command to calculate appcast checkpoint.
Markus Reiter
2017-01-02
cask depends_on arch: remove everything but 64-bit intel
VĂtor GalvĂŁo
2016-11-10
Remove unnecessary `Hbc::Locations` aliases.
Markus Reiter
2016-10-23
Fix locally failing `depends_on` test.
Markus Reiter
2016-10-23
Auto-correct block delimiters.
Markus Reiter
2016-10-23
Fix spacing and indentation.
Markus Reiter
2016-10-23
Don’t use `%i` literal.
Markus Reiter
2016-10-23
Align `end` with beginning of line where `if/unless` is.
Markus Reiter
2016-10-23
Use slash-delimited regular expressions.
Markus Reiter
2016-10-06
Deprecate license stanza
David Yun
2016-10-03
Add `language` stanza to cask DSL.
Markus Reiter
2016-10-01
Use Formatter for all URLs.
Markus Reiter
2016-09-24
Cask: Use nested classes and modules.
Markus Reiter
2016-09-23
Run `rubocop —auto-correct`.
Markus Reiter
2016-08-19
init
AnastasiaSulyagina