homebrew-cask/Casks/textexpander.rb

19 lines
579 B
Ruby

cask 'textexpander' do
version '6.2.7'
sha256 'a0489a644f0499c0d98051bb7213647d09a602d0f1d0e11173cfbee3fea834b6'
# cdn.textexpander.com/mac was verified as official when first introduced to the cask
url "https://cdn.textexpander.com/mac/TextExpander_#{version}.zip"
appcast "https://smilesoftware.com/appcast/TextExpander#{version.major}.xml"
name 'TextExpander'
homepage 'https://smilesoftware.com/TextExpander'
auto_updates true
app 'TextExpander.app'
uninstall login_item: 'TextExpander'
zap trash: '~/Library/Application Support/TextExpander/'
end