homebrew-cask/Casks/gitfinder.rb

25 lines
835 B
Ruby

cask 'gitfinder' do
version '1.4.2'
sha256 '3bf24851188510b41efd41aca1f9516d8c27eb03ccfdab17c53161f86e43106c'
# zigz.ag/GitFinder was verified as official when first introduced to the cask
url 'https://zigz.ag/GitFinder/updates/GitFinder.dmg'
appcast 'https://zigz.ag/GitFinder/updates/stablecast.xml'
name 'GitFinder'
homepage 'https://gitfinder.com/'
app 'GitFinder.app'
uninstall launchctl: 'ag.zigz.GitFinder.GitFinderLauncher',
quit: [
'ag.zigz.GitFinder',
'ag.zigz.GitFinder.GitFinderSync',
]
zap trash: [
'~/Library/Application Scripts/ag.zigz.GitFinder*',
'~/Library/Containers/ag.zigz.GitFinder*',
'~/Library/Group Containers/*.ag.zigz.GitFinder',
]
end