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

19 lines
827 B
Ruby

cask 'command-tab-plus' do
version '1.95,335:1565001457'
sha256 '1d8e77e7dd4ecc9d51ae7a6cce3eb28a6a73472df0c114056ec593325940d97f'
# 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