homebrew-cask/Casks/zoho-docs.rb

18 lines
408 B
Ruby

cask "zoho-docs" do
version "1.10.2"
sha256 :no_check
url "https://files-accl.zohopublic.com/public/docsbin/download/393b1306f04a3078b525b2c637d0a727",
verified: "files-accl.zohopublic.com/"
name "Zoho Docs"
desc "Sync files to/from Zoho Docs"
homepage "https://www.zoho.com/docs/desktop-sync.html"
livecheck do
url :url
strategy :extract_plist
end
app "Zoho Docs.app"
end