homebrew-cask/Casks/microsoft-teams.rb

17 lines
532 B
Ruby

cask 'microsoft-teams' do
version '1.2.00.34155'
sha256 '04ea74a5173883de99a3f7244f50d11de73fdc6af4e91dedcd788f6540abd13f'
url "https://statics.teams.microsoft.com/production-osx/#{version}/Teams_osx.pkg"
appcast 'https://teams.microsoft.com/downloads/DesktopUrl?env=production&plat=osx'
name 'Microsoft Teams'
homepage 'https://teams.microsoft.com/downloads'
auto_updates true
pkg 'Teams_osx.pkg'
uninstall pkgutil: 'com.microsoft.teams',
launchctl: 'com.microsoft.teams.TeamsUpdaterDaemon'
end