homebrew-cask/Casks/qbserve.rb

24 lines
899 B
Ruby

cask 'qbserve' do
version '1.55'
sha256 '48dfe9b8d0fc5423071535ce57ba244d4425b28e8922f6040820acf93db24e98'
url "https://qotoqot.com/qbserve/app/Qbserve-#{version}.zip"
appcast 'https://qotoqot.com/qbserve/app/appcast.xml',
checkpoint: 'ffdec1a8a669e2ce3ec5f47019b4f168d3a84e475d67b20c98151022c40d9fdb'
name 'Qbserve'
homepage 'https://qotoqot.com/qbserve/'
accessibility_access true
depends_on macos: '>= :yosemite'
app 'Qbserve.app'
zap delete: [
'~/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