aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorAdam Vandenberg2012-05-03 20:22:47 -0700
committerAdam Vandenberg2012-05-03 20:22:47 -0700
commitfc77a38d03cc325849eab39d94b1f504d1ef1e37 (patch)
tree60512589b85961eeb7d6e353b3242315ebea6a14 /Library/Homebrew
parentdf2803ece5919a9a72e11e656931d62a79e0080e (diff)
downloadbrew-fc77a38d03cc325849eab39d94b1f504d1ef1e37.tar.bz2
Fix brew audit
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/patches.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/patches.rb b/Library/Homebrew/patches.rb
index a671782bc..6c71ac190 100644
--- a/Library/Homebrew/patches.rb
+++ b/Library/Homebrew/patches.rb
@@ -60,6 +60,8 @@ class Patch
# Used by formula to unpack after downloading
attr_reader :compression
attr_reader :compressed_filename
+ # Used by audit
+ attr_reader :url
def initialize patch_p, filename, url
@patch_p = patch_p