homebrew-cask/Casks/botframework-emulator.rb

26 lines
1.1 KiB
Ruby

cask 'botframework-emulator' do
version '3.5.35'
sha256 '860bfbcacfc6f5998b33b71ca6114b5c560c6404b7234343cec216b8298a459c'
url "https://github.com/Microsoft/BotFramework-Emulator/releases/download/v#{version}/botframework-emulator-#{version}-mac.zip"
appcast 'https://github.com/Microsoft/BotFramework-Emulator/releases.atom',
checkpoint: 'd7feb36c4d036ba29d339d2a2940b80c3d01b414d71185f97d7eebee09a4cfbc'
name 'Microsoft Bot Framework Emulator'
homepage 'https://github.com/Microsoft/BotFramework-Emulator'
auto_updates true
app 'botframework-emulator.app'
uninstall quit: 'com.electron.botframework-emulator'
zap trash: [
'~/Library/Application Support/botframework-emulator',
'~/Library/Caches/com.electron.botframework-emulator',
'~/Library/Caches/com.electron.botframework-emulator.ShipIt',
'~/Library/Preferences/com.electron.botframework-emulator.helper.plist',
'~/Library/Preferences/com.electron.botframework-emulator.plist',
'~/Library/Saved Application State/com.electron.botframework-emulator.savedState',
]
end