ibabel: 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 c8b8e1e7d2
commit 57f764fccf
+1 -1
View File
@@ -15,7 +15,7 @@ cask "ibabel" do
cask = CaskLoader.load(__FILE__)
download_url = "https://macinchem.org/wp-content/uploads/#{match[1]}/#{match[2]}/iBabel.zip"
app_version = Homebrew::Livecheck::Strategy::ExtractPlist.find_versions(cask: cask,
app_version = Homebrew::Livecheck::Strategy::ExtractPlist.find_versions(cask:,
url: download_url)[:matches].values.max
next if app_version.blank?