diff --git a/Casks/d/dymo-label.rb b/Casks/d/dymo-label.rb index b0d3bfc9bbeac..bdf4043a104bc 100644 --- a/Casks/d/dymo-label.rb +++ b/Casks/d/dymo-label.rb @@ -7,8 +7,11 @@ desc "Software for DYMO LabelWriters" homepage "https://www.dymo.com/support?cfid=online-support" + # This can return a page with a CAPTCHA instead of the expected content + # (e.g. when the check is run in the homebrew/cask CI environment). livecheck do - skip "No version information available" + url :homepage + regex(/href=.*?DCDMacv?(\d+(?:\.\d+)+)\.pkg/i) end pkg "DCDMac#{version}.pkg"