homebrew-cask/Casks/marginnote.rb

20 lines
671 B
Ruby
Raw Normal View History

cask 'marginnote' do
2018-12-13 03:33:15 +08:00
version '3.1.10'
sha256 'de63c95a23f8112ce34b1a4ca30bb422e4cce0d0c655f6c8d4d3de758030716c'
# s3.amazonaws.com/marginnote-product/macapp was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/marginnote-product/macapp/MarginNote#{version.major}.dmg"
2018-11-03 22:05:33 +08:00
appcast 'https://updates.devmate.com/QReader.MarginStudyMac.xml'
name 'MarginNote'
homepage 'https://www.marginnote.com/'
2018-11-14 22:19:20 +08:00
auto_updates true
app "MarginNote #{version.major}.app"
zap trash: [
'~/Library/Application Support/QReader.MarginStudyMac',
'~/Library/Containers/QReader.MarginStudyMac',
]
end