homebrew-cask/Casks/qbserve.rb

24 lines
899 B
Ruby
Raw Normal View History

2016-05-27 04:44:33 +08:00
cask 'qbserve' do
2017-01-10 07:01:59 +08:00
version '1.59'
sha256 'c2085936d3855e3484913a449986eb3dfe7ed3db7d1affb5bb08ff1cb053b673'
2016-05-27 04:44:33 +08:00
url "https://qotoqot.com/qbserve/app/Qbserve-#{version}.zip"
appcast 'https://qotoqot.com/qbserve/app/appcast.xml',
2017-01-10 07:01:59 +08:00
checkpoint: '59685894af371a9e3b7c930bd3898c928dbf0c5dfbbd184940a73569a285722c'
2016-05-27 04:44:33 +08:00
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