homebrew-cask/Casks/textexpander.rb

20 lines
612 B
Ruby

cask 'textexpander' do
version '6.5.1'
sha256 '58c6b116eb23abe95739a236b9d97c4253e6b60021afae61fd52caa2ce029f80'
# 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
depends_on macos: '>= :sierra'
app 'TextExpander.app'
uninstall login_item: 'TextExpander'
zap trash: '~/Library/Application Support/TextExpander/'
end