mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
Zoho Docs provides a sync utility (much like Dropbox or Google Drive). This appears to be unversioned from a download perspective so is tagged as latest. Working on Yosemite.
11 lines
281 B
Ruby
11 lines
281 B
Ruby
cask :v1 => 'zoho-docs' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://docs.zoho.com/downloaddocument.do?docId=cm31cb748186d0ce240ed9f5733ff288d0d8a'
|
|
name 'Zoho Docs'
|
|
homepage 'https://www.zoho.com/docs/download-page.html'
|
|
license :closed
|
|
|
|
app 'Zoho Docs.app'
|
|
end
|