livecheck do
    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)