diff --git a/Library/Homebrew/patches.rb b/Library/Homebrew/patches.rb index a671782bca..6c71ac190a 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