mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
redquits: use default hash syntax.
For https://github.com/Homebrew/brew/pull/16848
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ cask "redquits" do
|
||||
|
||||
cask = CaskLoader.load(__FILE__)
|
||||
download_url = "http://redquits.s3.amazonaws.com/RedQuits_v#{major_version}.pkg"
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user