homebrew-cask/Casks/extraterm.rb

19 lines
702 B
Ruby

cask "extraterm" do
version "0.51.0"
sha256 "c9453666da9e32d83fc1cf570419f4c2977a898d2c080afe4c9a1ddfa324ca0f"
# 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