Add Infinit.app v0.9.43

Removed trailing whitespace from infinit.rb

Added missing newline at the end to infinit.rb

Changed version to latest and no check for sha256.
This commit is contained in:
Jon Molina 2015-10-06 18:36:38 -07:00
parent 8a400a1f91
commit b0c8d6d32d
1 changed files with 18 additions and 0 deletions

18
Casks/infinit.rb Normal file
View File

@ -0,0 +1,18 @@
cask :v1 => 'infinit' do
version :latest
sha256 :no_check
url 'https://download.infinit.io/macosx/app/Infinit.dmg'
name 'Infinit'
homepage 'http://www.infinit.io/'
license :gratis
app 'Infinit.app'
zap :delete => [
'~/Library/Application Support/Infinit',
'~/Library/Application Support/InfinitApplication',
'~/Library/Caches/io.infinit.InfinitApplication',
'~/Library/Preferences/io.infinit.InfinitApplication.plist',
]
end