Add link field to Chocolat Cask

This commit is contained in:
Michael Ford 2013-06-05 18:08:50 +08:00
parent 133ade3f5f
commit 75ba24099c
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
class Chocolat < Cask
url 'http://chocolatapp.com/download?experiment=&token='
url 'http://chocolatapp.com/download'
homepage 'http://chocolatapp.com/'
version 'latest'
no_checksum
link 'Chocolat.app'
end