aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-21 12:11:55 -0700
committerAdam Vandenberg2012-03-21 12:12:10 -0700
commit897b7c2367a88dfaba0b057782c8057081aa680a (patch)
tree088b479b501713e74c060f90031987532ba6afd7 /Library
parent76c86d1ac8dd450803866b98ae0c32a8157a1aeb (diff)
downloadbrew-897b7c2367a88dfaba0b057782c8057081aa680a.tar.bz2
Patch: expose download_filename
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/patches.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/patches.rb b/Library/Homebrew/patches.rb
index ee96450ed..41cf12fef 100644
--- a/Library/Homebrew/patches.rb
+++ b/Library/Homebrew/patches.rb
@@ -42,6 +42,7 @@ end
class Patch
attr_reader :compression
attr_reader :url
+ attr_reader :download_filename
def initialize patch_p, filename, url
@patch_p = patch_p