homebrew-cask/Casks/porting-kit.rb

24 lines
987 B
Ruby

cask 'porting-kit' do
version '2.5.31'
sha256 '92a8718430f789ebcbb1c98f8998c335af950812607412e8bcb525ec5e4c9f0e'
url "http://portingkit.com/kit/Porting%20Kit%20#{version}.zip"
appcast 'http://portingkit.com/kit/updatecast.xml',
checkpoint: 'e015eb49f8950e96bf8e2bd87a0fe04748b5a174a47bcf61cfb10e6883386390'
name 'Porting Kit'
homepage 'http://portingkit.com/en/'
auto_updates true
conflicts_with cask: 'caskroom/versions/porting-kit-legacy'
app 'Porting Kit.app'
zap delete: [
'~/Library/Preferences/edu.ufrj.vitormm.Porting-Kit.plist',
'~/Library/Application Support/Porting-Kit',
'~/Library/Saved Application State/edu.ufrj.vitormm.Porting-Kit.savedState',
'~/Library/Caches/edu.ufrj.vitormm.Porting-Kit',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/edu.ufrj.vitormm.porting-kit.sfl',
]
end