redquits: use default hash syntax.

For https://github.com/Homebrew/brew/pull/16848
This commit is contained in:
Mike McQuaid
2024-03-07 17:50:47 +00:00
parent 57f764fccf
commit e0b2d2a22d
+1 -1
View File
@@ -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