homebrew-cask/Casks/command-tab-plus.rb

19 lines
826 B
Ruby

cask 'command-tab-plus' do
version '1.7,295:1535559167'
sha256 'c4ea040ba07df6296ffad5a9158c54b3ca2319ebb6659140221f457a88fed3c1'
# dl.devmate.com/com.sergey-gerasimenko.Command-Tab was verified as official when first introduced to the cask
url "https://dl.devmate.com/com.sergey-gerasimenko.Command-Tab/#{version.after_comma.before_colon}/#{version.after_colon}/Command-Tab-#{version.after_comma.before_colon}.zip"
appcast 'https://updates.devmate.com/com.sergey-gerasimenko.Command-Tab.xml'
name 'Command-Tab Plus'
homepage 'http://commandtab.noteifyapp.com/'
app 'Command-Tab Plus.app'
zap trash: [
'/Users/Shared/Command-Tab Plus',
'~/Library/Application Support/Command-Tab Plus',
'~/Library/Caches/com.sergey-gerasimenko.Command-Tab',
]
end