homebrew-cask/Casks/qbserve.rb

22 lines
775 B
Ruby

cask 'qbserve' do
version '1.78'
sha256 '625b40134ff84e05cab9f69e505d1708239717eda07a1e9525dab316bd01a514'
url "https://qotoqot.com/qbserve/app/Qbserve-#{version}.zip"
appcast 'https://qotoqot.com/qbserve/app/appcast.xml'
name 'Qbserve'
homepage 'https://qotoqot.com/qbserve/'
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