homebrew-cask/Casks/master-pdf-editor.rb

21 lines
827 B
Ruby
Raw Normal View History

2018-02-20 07:52:17 +08:00
cask 'master-pdf-editor' do
version '5.4.38'
sha256 'fb716d23900168b7378c2dd732d519ac5c42e14f2d2b57ca16069369f4e87f6c'
2018-02-20 07:52:17 +08:00
url 'https://code-industry.net/public/MasterPDFEditor.dmg'
2018-06-12 22:37:26 +08:00
appcast 'https://code-industry.net/get-masterpdfeditor/'
2018-02-20 07:52:17 +08:00
name 'Master PDF Editor'
homepage 'https://code-industry.net/masterpdfeditor/'
auto_updates true
app 'Master PDF Editor.app'
zap trash: [
'~/Library/Application Support/Master PDF Editor',
2018-02-20 07:52:17 +08:00
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/net.code-industry.masterpdfeditor3.sfl*',
'~/Library/Preferences/net.code-industry.Master PDF Editor.plist',
'~/Library/Saved Application State/net.code-industry.MasterPDFEditor3.savedState',
]
end