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
/
audit.rb
Age
Commit message (
Expand
)
Author
2017-12-12
Partially revert "Add audit check for URL schema"
commitay
2017-12-05
Use cask.url.user_agent when available
Martin Schimandl
2017-12-03
Refactor: Move FormulaAudit.check_http_content to utils/curl
Martin Schimandl
2017-12-03
Reuse FormulaAuditor to check Cask's URLs
Martin Schimandl
2017-12-03
Add --head to curl to speedup audit
Martin Schimandl
2017-12-03
Add audit check for URL schema
Martin Schimandl
2017-11-02
Fix last remaining style issues
L. E. Segovia
2017-11-01
Turn ifs into multiple lines
L. E. Segovia
2017-10-30
Use #count, rewrite warning, and add pre/postflight checks too
L. E. Segovia
2017-10-28
Check that a single uninstall_* and zap stanzas is defined
L. E. Segovia
2017-10-18
Use “squiggly” heredocs.
Markus Reiter
2017-10-07
Merge pull request #3283 from reitermarkus/cask-loader
Markus Reiter
2017-10-07
Add helper method for Cask fixture paths and refactor CaskLoader.
Markus Reiter
2017-10-04
Directly save artifacts in DSL.
Markus Reiter
2017-10-04
Refactor DSL and Artifacts.
Markus Reiter
2017-10-01
Add audit warning if previous Cask version cannot be read.
Markus Reiter
2017-09-10
Treat every `Artifact` instance as a single artifact.
Markus Reiter
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-05-22
Change error messages.
Markus Reiter
2017-05-22
Don’t run checksum check if no commit range is given.
Markus Reiter
2017-05-22
Add audit check to see if both version and checksum changed.
Markus Reiter
2017-01-23
Add internal command to calculate appcast checkpoint.
Markus Reiter
2017-01-02
Disallow file separator in version strings.
Markus Reiter
2016-10-23
Don’t use `%i` literal.
Markus Reiter
2016-10-23
Use slash-delimited regular expressions.
Markus Reiter
2016-10-06
Deprecate license stanza
David Yun
2016-09-24
Cask: Use nested classes and modules.
Markus Reiter
2016-08-19
init
AnastasiaSulyagina