mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
287 B
Ruby
11 lines
287 B
Ruby
class Evernote < Cask
|
|
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'
|
|
homepage 'https://evernote.com/'
|
|
license :unknown
|
|
|
|
app 'Evernote.app'
|
|
end
|