homebrew-cask/Casks/upterm.rb

21 lines
953 B
Ruby

cask 'upterm' do
version '0.2.158'
sha256 '1769f8f7d75903310c6bf24551596277804b0618f9b48f54f5b6aee346605907'
url "https://github.com/railsware/upterm/releases/download/v#{version}/upterm-#{version}-mac.zip"
appcast 'https://github.com/railsware/upterm/releases.atom',
checkpoint: 'e2c78ac61e16a09f78cf0f2fb11259bae68bbee10fdae0ad6852c39d0d43c1b4'
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