Merge pull request #13411 from hmarr/dont-checksum-vcs-downloads
Only checksum file downloads, not VCS downloads
This commit is contained in:
commit
aa99b34149
@ -130,7 +130,7 @@ module Cask
|
||||
end
|
||||
|
||||
def checksumable?
|
||||
url.using.blank? || url.using == :post
|
||||
DownloadStrategyDetector.detect(url.to_s, url.using) <= AbstractFileDownloadStrategy
|
||||
end
|
||||
|
||||
def download_sha_path
|
||||
|
Loading…
x
Reference in New Issue
Block a user