homebrew-cask/Casks/teamsql.rb

24 lines
871 B
Ruby

cask 'teamsql' do
version '3.4.230'
sha256 '142b24e0d3195b4775d24a515173de0acca86b30443e8cb35dcd8ca7cae5b611'
# dlpuop5av9e02.cloudfront.net/osx/stable was verified as official when first introduced to the cask
url "https://dlpuop5av9e02.cloudfront.net/osx/stable/#{version}/TeamSQL-#{version}.dmg"
name 'TeamSQL'
homepage 'https://teamsql.io/'
auto_updates true
app 'TeamSQL.app'
zap trash: [
'~/Library/Application Support/TeamSQL',
'~/Caches/io.teamsql.desktop*',
'~/Library/Caches/io.teamsql.desktop*',
'~/Library/Cookies/io.teamsql.desktop.binarycookies',
'~/Library/Preferences/ByHost/io.teamsql.desktop*',
'~/Library/Preferences/io.teamsql.desktop*',
'~/Library/Saved Application State/io.teamsql.desktop.savedState',
]
end