Skip to content

Commit

Permalink
winzip: use default hash syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Mar 7, 2024
1 parent 9215fc3 commit a2bb55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/w/winzip.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

cask = CaskLoader.load(__FILE__)
download_url = "https://download.winzip.com/winzipmacedition#{major_version}.dmg"
Homebrew::Livecheck::Strategy::ExtractPlist.find_versions(cask: cask, url: download_url)[:matches].values
Homebrew::Livecheck::Strategy::ExtractPlist.find_versions(cask:, url: download_url)[:matches].values
end
end

Expand Down

0 comments on commit a2bb55a

Please sign in to comment.