Merge pull request #20445 from Homebrew/bump-cask-pr-ensure-new_cask-has-url

bump-cask-pr: ensure new_cask has a url
This commit is contained in:
Mike McQuaid 2025-08-13 14:26:34 +00:00 committed by GitHub
commit 332af0d5ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -273,6 +273,8 @@ module Homebrew
end
languages.each do |language|
new_cask = Cask::CaskLoader.load(tmp_contents)
next unless new_cask.url
new_cask.config = if language.blank?
tmp_cask.config
else