From 080a7ee3dc0eafb5221ecda185caff1c63748d0f Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 19 Feb 2010 21:55:17 -0800 Subject: [PATCH] brew --cache [formula] This developer-oriented command lets you ask Homebrew what the cached filename will be for a brew's tarball. --- Library/Homebrew/download_strategy.rb | 2 ++ Library/Homebrew/formula.rb | 4 ++++ bin/brew | 9 ++++++++- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index e60b879b69..b49cf4d6ec 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -53,6 +53,8 @@ class AbstractDownloadStrategy end class CurlDownloadStrategy