From 57f764fccf33e9c1042eb35844cb0dfde071e3d0 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 7 Mar 2024 17:50:47 +0000 Subject: [PATCH] ibabel: use default hash syntax. For https://github.com/Homebrew/brew/pull/16848 --- Casks/i/ibabel.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/i/ibabel.rb b/Casks/i/ibabel.rb index e198ee059f..e85386aa28 100644 --- a/Casks/i/ibabel.rb +++ b/Casks/i/ibabel.rb @@ -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?