Merge pull request #444 from fanquake/smallerapp

Add Smaller Cask
This commit is contained in:
Vítor Galvão 2013-06-01 10:35:02 -07:00
commit e5bac4f54d
1 changed files with 7 additions and 0 deletions

7
Casks/smaller.rb Normal file
View File

@ -0,0 +1,7 @@
class Smaller < Cask
url 'http://smallerapp.com/download/Smaller.zip'
homepage 'http://smallerapp.com/'
version 'latest'
no_checksum
link 'Smaller.app'
end