mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
ibabel: use default hash syntax.
For https://github.com/Homebrew/brew/pull/16848
This commit is contained in:
+1
-1
@@ -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?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user