enable latest Snow Leopard compatible version

This commit is contained in:
Basil Shubin 2014-12-07 13:42:19 +06:00
parent 227ab3f986
commit 5a4e7df6b7
1 changed files with 10 additions and 4 deletions

View File

@ -1,9 +1,15 @@
cask :v1 => 'evernote' do
version :latest
sha256 :no_check
if MacOS.version < :lion
version '5.5.2'
sha256 '06b6da6d74ccab08deabfdd4c9519b9bc7f7ef0f0db2a0e8b0cd72e781f2e0ed'
url 'http://cdn1.evernote.com/mac/release/Evernote_402634.dmg'
else
version :latest
sha256 :no_check
url 'https://www.evernote.com/about/download/get.php?file=EvernoteMac'
appcast 'http://update.evernote.com/public/ENMac/EvernoteMacUpdate.xml'
end
url 'https://www.evernote.com/about/download/get.php?file=EvernoteMac'
appcast 'http://update.evernote.com/public/ENMac/EvernoteMacUpdate.xml'
homepage 'https://evernote.com/'
license :unknown