From b6650b7694143779fc9b40e60cbf6d074f65c909 Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Sat, 4 Nov 2023 12:30:16 -0400 Subject: [PATCH] mds: update homepage, livecheck --- Casks/m/mds.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/m/mds.rb b/Casks/m/mds.rb index 9498977cb4..9d98113901 100644 --- a/Casks/m/mds.rb +++ b/Casks/m/mds.rb @@ -6,10 +6,10 @@ cask "mds" do verified: "twocanoes-software-updates.s3.amazonaws.com/" name "MDS" desc "Deploy Intel and Apple Silicon Macs in Seconds" - homepage "https://twocanoes.com/products/mac/mac-deploy-stick/" + homepage "https://twocanoes.com/products/mac/mds/" livecheck do - url "https://twocanoes.com/products/mac/mac-deploy-stick/history/" + url "https://twocanoes.com/products/mac/mds/history/" regex(%r{/MDS_Build-(\d+)_Version-(\d+(?:[._-]\d+)*)\.dmg}i) strategy :page_match do |page, regex| match = page.match(regex)