Browse Source

Update Evernote Cask

Point URLs to https
Update link field to the new format
Michael Ford 12 years ago
parent
commit
dc1d40f30d
  1. 7
      Casks/evernote.rb

7
Casks/evernote.rb

@ -1,8 +1,7 @@
class Evernote < Cask
url 'http://www.evernote.com/about/download/get.php?file=EvernoteMac'
homepage 'http://evernote.com/'
url 'https://www.evernote.com/about/download/get.php?file=EvernoteMac'
homepage 'https://evernote.com/'
version 'latest'
no_checksum
link :app, 'Evernote.app'
link 'Evernote.app'
end

Loading…
Cancel
Save