aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 2c7f10b5a..1a8452c91 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -59,6 +59,7 @@ class Formula
validate_variable :version if @version
set_instance_variable 'homepage'
+ raise if @homepage.nil?
CHECKSUM_TYPES.each do |type|
set_instance_variable type