homebrew-cask/Casks/together.rb

22 lines
1006 B
Ruby

cask 'together' do
version '3.7.2'
sha256 '6eff75da6e921f928a28e47eeeaf31d64c0a9704b480a324073d7c90006e3ad6'
url "https://reinventedsoftware.com/together/downloads/Together_#{version}.dmg"
appcast "https://reinventedsoftware.com/together/downloads/Together#{version.major}.xml",
checkpoint: '058dc2255d7c6e0efeda24954456e5810451337495d868270f6ecc43d892e26c'
name 'Together'
homepage 'https://reinventedsoftware.com/together/'
app "Together #{version.major}.app"
zap delete: [
"~/Library/Application Support/Together #{version.major}",
'~/Library/Caches/Together',
"~/Library/Caches/com.reinvented.Together#{version.major}",
"~/Library/Preferences/com.reinvented.Together#{version.major}.shared.plist",
"~/Library/Preferences/com.reinvented.Together#{version.major}.plist",
"~/Library/Saved Application State/com.reinvented.Together#{version.major}.savedState",
]
end