homebrew-cask/Casks/blueharvest.rb

22 lines
848 B
Ruby

cask 'blueharvest' do
version '7.0.7'
sha256 'cc0fe79c195547d31d5c0edfc7d5b326a83b11936d9d637742fd8db672adc84f'
url "http://zeroonetwenty.com/downloads/BlueHarvest#{version.no_dots}.dmg"
appcast 'https://cp37.ezyreg.com/~zeroonet/downloads/versioninfo/sparkle/blueharvest6.xml'
name 'BlueHarvest'
homepage 'http://zeroonetwenty.com/blueharvest/'
app 'BlueHarvest.app'
uninstall delete: "/Library/PrivilegedHelperTools/com.zeroonetwenty.BlueHarvestHelper#{version.major}",
launchctl: "com.zeroonetwenty.BlueHarvestHelper#{version.major}",
login_item: 'BlueHarvest',
quit: 'com.zeroonetwenty.BlueHarvest5'
zap trash: [
'~/Library/Caches/com.zeroonetwenty.BlueHarvest5',
'~/Library/Preferences/com.zeroonetwenty.BlueHarvest5.plist',
]
end