mds: update homepage, livecheck

This commit is contained in:
Sam Ford
2023-11-04 14:46:50 -04:00
parent 83c35c59cb
commit b6650b7694
+2 -2
View File
@@ -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)