index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
cmd
/
fetch.rb
Age
Commit message (
Expand
)
Author
2013-05-16
Formula#fetch: always return the cached path
Jack Nagel
2013-05-16
Adjust semantics of Formula#fetch
Jack Nagel
2013-05-16
fetch: rename 'tarball' to 'download'
Jack Nagel
2013-05-16
fetch: use concat rather than << and flatten
Jack Nagel
2013-02-01
Refactor fetch
Jack Nagel
2013-01-26
Replace usages of recursive_deps with recursive_dependencies
Jack Nagel
2013-01-26
brew-fetch: remove MD5 output.
Mike McQuaid
2012-09-03
brew-fetch: Return error code on unmatched hash.
Mike McQuaid
2012-07-08
fetch: remove dead code
Jack Nagel
2012-07-04
fetch: use new checksum verification
Jack Nagel
2012-07-04
fetch: make use of new formula specs
Jack Nagel
2012-04-02
fetch: don't display cached location twice
Jack Nagel
2012-03-21
brew fetch: show downloaded path
Adam Vandenberg
2012-03-18
Use fetch for downloading bottles.
Mike McQuaid
2012-02-15
fetch: compare checksums case-insensitively
Jack Nagel
2012-02-04
Warn the user of required arguments
Jack Nagel
2011-10-09
fetch: use correct sha256 instance variable
Jack Nagel
2011-09-19
mirror support: Add mirror method to Formula.rb
Charlie Sharpsteen
2011-09-01
fetch: fix '--force' for pathnames
Jack Nagel
2011-04-14
Added SHA-256 to the fetch command.
Birger J. Nordølum
2011-04-14
Add `brew fetch --deps`
Adam Vandenberg
2011-03-12
'brew fetch' now an official command
Adam Vandenberg