homebrew-cask/Casks/upterm.rb

21 lines
953 B
Ruby

cask 'upterm' do
version '0.2.160'
sha256 'ed08cf9b3b82f7440c1a8b974ae2960b296d9efdec17e57cab583e97b602764b'
url "https://github.com/railsware/upterm/releases/download/v#{version}/upterm-#{version}-mac.zip"
appcast 'https://github.com/railsware/upterm/releases.atom',
checkpoint: '4c2274b768b2beac856c9afbfbdf55aa59040726d2c9d67532e1023390702ca2'
name 'Upterm'
homepage 'https://github.com/railsware/upterm'
app 'Upterm.app'
zap delete: [
'~/Library/Application Support/Upterm',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.github.railsware.upterm.sfl',
'~/Library/Preferences/com.github.railsware.upterm.helper.plist',
'~/Library/Preferences/com.github.railsware.upterm.plist',
'~/Library/Saved Application State/com.github.railsware.upterm.savedState',
]
end