homebrew-cask/Casks/extraterm.rb

19 lines
744 B
Ruby

cask 'extraterm' do
version '0.41.4'
sha256 'c69348b312df54622ba9b815a5b4d234226dae9725547a741e4af09c80f225dd'
# github.com/sedwards2009/extraterm was verified as official when first introduced to the cask
url "https://github.com/sedwards2009/extraterm/releases/download/v#{version}/extraterm-#{version}-darwin-x64.zip"
appcast 'https://github.com/sedwards2009/extraterm/releases.atom'
name 'extraterm'
homepage 'http://extraterm.org/'
app "extraterm-#{version}-darwin-x64/extraterm.app"
zap trash: [
'~/Library/Application Support/extraterm',
'~/Library/Preferences/com.electron.extraterm.helper.plist',
'~/Library/Preferences/com.electron.extraterm.plist',
]
end