From a9255f1a3855f07e3004063b1a6ed87c1044a7d8 Mon Sep 17 00:00:00 2001 From: Miccal Matthews Date: Mon, 30 Oct 2023 17:28:37 +0800 Subject: [PATCH] Update ibabel: update `livecheck` --- 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 bf2af8b7c4..ed22885136 100644 --- a/Casks/i/ibabel.rb +++ b/Casks/i/ibabel.rb @@ -14,7 +14,7 @@ cask "ibabel" do match = page.match(regex) cask = CaskLoader.load("ibabel") - download_url = "https://macinchem.co.uk/wp-content/uploads/#{match[1]}/#{match[2]}/iBabel.zip" + download_url = "https://macinchem.org/wp-content/uploads/#{match[1]}/#{match[2]}/iBabel.zip" app_version = Homebrew::Livecheck::Strategy::ExtractPlist.find_versions(cask: cask, url: download_url)[:matches].values.max next if app_version.blank?