aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2012-05-03 20:22:47 -0700
committerAdam Vandenberg2012-05-03 20:22:47 -0700
commitb4872a2f02bf6baa43bbcecec6db762edba49f04 (patch)
treecac9e731f07490103029eea4f1db9b291517d824
parentf350384b18da0a415761fceb4e1e6d8fdf0d55f8 (diff)
downloadhomebrew-b4872a2f02bf6baa43bbcecec6db762edba49f04.tar.bz2
Fix brew audit
-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