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