diff --git a/Library/Homebrew/cask/installer.rb b/Library/Homebrew/cask/installer.rb index 7a6b7236b8..ccca7637c3 100644 --- a/Library/Homebrew/cask/installer.rb +++ b/Library/Homebrew/cask/installer.rb @@ -62,10 +62,10 @@ module Cask odebug "Cask::Installer#fetch" verify_has_sha if require_sha? && !force? + satisfy_dependencies + download verify - - satisfy_dependencies end def stage