cask 'rocket-chat' do version '1.3.1' sha256 '5b9f5fa210cacba028adedb5d568066a45646aad97c3ec3abc91677162cbf492' # github.com/RocketChat/Rocket.Chat.Electron was verified as official when first introduced to the cask url "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/#{version}/rocketchat-v#{version}-darwin-x64.dmg" appcast 'https://github.com/RocketChat/Rocket.Chat.Electron/releases.atom', checkpoint: '922e9d17e94db136177c9d8b3bad4e7eb1a2fb1d5794248cd298c9f4c25176a4' name 'Rocket.Chat' homepage 'https://rocket.chat/' app 'Rocket.Chat+.app' zap delete: [ '~/Library/Application Support/Rocket.Chat+', '~/Library/Caches/Rocket.Chat+', '~/Library/Caches/chat.rocket', '~/Library/Preferences/chat.rocket.plist', '~/Library/Saved Application State/chat.rocket.savedState', ] end