homebrew-cask/Casks/taskexplorer.rb

22 lines
744 B
Ruby

cask 'taskexplorer' do
version '2.0.2'
sha256 '6a7085474f60648cf73bf02fdaba7985deb27b4501a2b1806097196b50ccd9ef'
# bitbucket.org/objective-see was verified as official when first introduced to the cask
url "https://bitbucket.org/objective-see/deploy/downloads/TaskExplorer_#{version}.zip"
appcast 'https://objective-see.com/products/changelogs/TaskExplorer.txt'
name 'TaskExplorer'
homepage 'https://objective-see.com/products/taskexplorer.html'
app 'TaskExplorer.app'
uninstall_preflight do
set_ownership "#{appdir}/TaskExplorer.app"
end
zap trash: [
'~/Library/Caches/com.objective-see.TaskExplorer',
'~/Library/Preferences/com.objective-see.TaskExplorer.plist',
]
end