homebrew-cask/Casks/cozy-drive.rb

20 lines
546 B
Ruby

cask "cozy-drive" do
version "3.37.0"
sha256 "f1bbbe72b264e503e624d46ca00ed6fc064541a20c0acae9d084b0bec36cdd54"
url "https://github.com/cozy-labs/cozy-desktop/releases/download/v#{version}/Cozy-Drive-#{version}.dmg",
verified: "github.com/cozy-labs/cozy-desktop"
name "Cozy Drive"
desc "File synchronization for Cozy Cloud"
homepage "https://cozy.io/"
livecheck do
url "https://nuts.cozycloud.cc/download/channel/stable/osx"
strategy :header_match
end
depends_on macos: ">= :sierra"
app "Cozy Drive.app"
end