Updated ForkLift to 2.6.3 and its license + zap stanza

This commit is contained in:
dwihn0r 2015-03-29 16:05:59 +02:00
parent 2bc57273da
commit 6ee30409ee
1 changed files with 7 additions and 4 deletions

View File

@ -1,14 +1,17 @@
cask :v1 => 'forklift' do
version '2.6.2'
sha256 '326ef943df71204940ce1de537e00ec07724d69012901f5a967fa54747215a34'
version '2.6.3'
sha256 '66650107412136ceeb985059f5400708a4ac42eed865a653539ad1d36b5cde44'
url "http://download.binarynights.com/ForkLift#{version}.zip"
appcast 'http://update.binarynights.com/ForkLift2/update.xml',
:sha256 => '1641b37355845f454c6c6d9ecc8565d6bc14720b68a8665c0bdde0ff6616aec0'
homepage 'http://www.binarynights.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
license :commercial
app 'ForkLift.app'
zap :delete => '~/Library/Preferences/com.binarynights.ForkLift2.plist'
zap :delete => [
'~/Library/Preferences/com.binarynights.ForkLift2.plist',
'~/Library/Caches/com.binarynights.ForkLift2'
]
end