homebrew-cask/Casks/extraterm.rb

19 lines
745 B
Ruby

cask 'extraterm' do
version '0.44.1'
sha256 '917ba54b9cc88cbe047ce97f6a0d95573ca207b4bea9607963e01a164c003f7c'
# 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 'https://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