cask "threads" do version "2.3.0" sha256 "f8601416f6160d73cb5c685df2419933dadea12f15404e52426edd1b02a7b790" url "https://starupdate.threads.com/download/version/#{version}/Threads-darwin-#{version}.zip" name "Threads" desc "Communication tool for focused discussions and decision taking" homepage "https://threads.com/" livecheck do url "https://starupdate.threads.com/update/mac/0.0.0" regex(%r{version/(\d+(?:\.\d+)+)/}i) end auto_updates true app "Threads.app" zap trash: [ "~/Library/Application Support/Threads", "~/Library/Caches/com.threads.mac.Starling", "~/Library/Caches/com.threads.mac.Starling.ShipIt", "~/Library/Preferences/com.threads.mac.Starling.plist", "~/Library/Saved Application State/com.threads.mac.Starling.savedState", ] end