cask "tower" do version "10.2.2,374,2e045b6f" sha256 "21a6349890a7e9b836d781137df6bc3a54538d1195abe3da63d4a9aa8c1bbac7" url "https://www.git-tower.com/apps/tower3-mac/#{version.csv.second}-#{version.csv.third}/Tower-#{version.csv.first}-#{version.csv.second}.zip" name "Tower" desc "Git client focusing on power and productivity" homepage "https://www.git-tower.com/" livecheck do url "https://www.git-tower.com/updates/tower3-mac/stable/releases/latest/download" regex(%r{(\d+(?:\.\d+)*)-([a-z0-9]+)/Tower-(\d+(?:\.\d+)+)-(\d+(?:\.\d+)*)\.zip}i) strategy :header_match do |headers, regex| headers["location"].scan(regex).map { |match| "#{match[2]},#{match[0]},#{match[1]}" } end end auto_updates true depends_on macos: ">= :big_sur" app "Tower.app" binary "#{appdir}/Tower.app/Contents/MacOS/gittower" zap trash: [ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.fournova.tower*.sfl*", "~/Library/Application Support/com.fournova.Tower*", "~/Library/Caches/com.fournova.Tower*", "~/Library/Preferences/com.fournova.Tower*.plist", ] end