homebrew-cask/Casks/porting-kit.rb

24 lines
988 B
Ruby

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