Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Apply change related to Homebrew#13358
Browse files Browse the repository at this point in the history
  • Loading branch information
hmarr committed Jun 11, 2022
1 parent 8e8fcab commit ccdd45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/cask/cask.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def config_path
end

def checksumable?
url.using.blank? || url.using == :post
(url.using.blank? && url.only_paths.blank?) || url.using == :post
end

def download_sha_path
Expand Down

0 comments on commit ccdd45d

Please sign in to comment.