homebrew-cask/Casks/qbserve.rb

24 lines
893 B
Ruby

cask 'qbserve' do
version '1.72'
sha256 'c1c179251ff13b462dd4699b9f6e9bfff0d30030462b714351733fcdd5275a8b'
url "https://qotoqot.com/qbserve/app/Qbserve-#{version}.zip"
appcast 'https://qotoqot.com/qbserve/app/appcast.xml',
checkpoint: 'ad7937a3ce7d5be2d2ac7b32f394fe15c0d42ae5883633b3991b45cf88017c6b'
name 'Qbserve'
homepage 'https://qotoqot.com/qbserve/'
accessibility_access true
depends_on macos: '>= :yosemite'
app 'Qbserve.app'
zap trash: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.qotoqot.qbserve.sfl*',
'~/Library/Application Support/Qbserve',
'~/Library/Caches/com.QotoQot.Qbserve',
'~/Library/Containers/com.QotoQot.QbserveLogin',
'~/Library/Preferences/com.qotoqot.qbserve.plist',
]
end