homebrew-cask/Casks/together.rb

22 lines
1006 B
Ruby
Raw Normal View History

cask 'together' do
2017-03-29 03:36:06 +08:00
version '3.8.1'
sha256 '8cd067232792c6267939af5d895baac6560cce3eb5a0826e936303b241b61d3b'
url "https://reinventedsoftware.com/together/downloads/Together_#{version}.dmg"
appcast "https://reinventedsoftware.com/together/downloads/Together#{version.major}.xml",
2017-03-29 03:36:06 +08:00
checkpoint: 'a6a9e45f2be85c4a0074cb6ce6de82ab032ba3cbc4d06e166600e00686a13a4f'
2016-04-12 11:31:17 +08:00
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