homebrew-cask/Casks/porting-kit.rb

25 lines
1.0 KiB
Ruby

cask 'porting-kit' do
version '2.4.138'
sha256 '80869fc0339f7834b05a482c1a04e57413cc64be8a02cfd0200e66f2391684b9'
url "http://portingkit.com/kit/Porting%20Kit%20#{version}.zip"
appcast 'http://portingkit.com/kit/updatecast.xml',
checkpoint: '9580fa9bdb1da3ec3318103f71838d99eb57414daf640f2fcddc3358ed5eb548'
name 'Porting Kit'
homepage 'http://portingkit.com/en/'
auto_updates true
conflicts_with cask: 'caskroom/versions/porting-kit-legacy'
depends_on macos: '>= :snow_leopard'
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