homebrew-cask/Casks/djview.rb

20 lines
774 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'djview' do
2016-03-01 06:12:00 +08:00
version '4.10.6'
sha256 '9b98acbd420eb10b3020b5d6e4ce144fe214461103a263c1d900f61797e92ef8'
2016-07-31 14:09:48 +08:00
url "https://downloads.sourceforge.net/djvu/DjVuLibre-3.5.27%2BDjView-#{version}-intel64.dmg"
appcast 'https://sourceforge.net/projects/djvu/rss',
checkpoint: 'cf1aa92be5131c0e7c88841c5d3102a60f9d2ee4e6bb2cf6c858afa273068339'
2015-01-10 05:00:12 +08:00
name 'DjView'
homepage 'http://djvu.sourceforge.net/'
license :gpl
2014-09-16 00:05:29 +08:00
app 'DjView.app'
2016-02-16 13:16:07 +08:00
zap delete: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.djvu.djview.sfl',
'~/Library/Preferences/org.djvu.DjView.plist',
'~/Library/Saved Application State/org.djvu.DjView.savedState',
]
end