homebrew-cask/Casks/twist.rb

26 lines
685 B
Ruby

cask "twist" do
version "1.0.3"
sha256 "3d9e4b7e29fa6223d606e63052e3c71729b1f8967856c7670de5656c0bb0008d"
url "https://downloads.twist.com/mac/Twist-#{version}.dmg"
name "Twist"
desc "Team communication and collaboration software"
homepage "https://twist.com/"
livecheck do
url "https://downloads.twist.com/mac/latest-mac.yml"
strategy :electron_builder
end
depends_on macos: ">= :el_capitan"
app "Twist.app"
zap trash: [
"~/Library/Application Support/Twist",
"~/Library/Logs/Twist",
"~/Library/Preferences/com.twistapp.mac-sparkle.Twist.plist",
"~/Library/Saved Application State/com.twistapp.mac-sparkle.Twist.savedState",
]
end