homebrew-cask/Casks/porting-kit.rb

24 lines
987 B
Ruby

cask 'porting-kit' do
version '2.5.45'
sha256 '9f756e03b2638e37522294a2adf61130a7c2268d68b2193b13778cdb231cb2e3'
url "http://portingkit.com/kit/Porting%20Kit%20#{version}.zip"
appcast 'http://portingkit.com/kit/updatecast.xml',
checkpoint: 'c3a29059e486040dbfaecb6d30bf37a4de0e056576d233bb78dec6b89eb1cc65'
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