homebrew-cask/Casks/odrive.rb

18 lines
706 B
Ruby

cask "odrive" do
version "6893"
sha256 "a59e18afa31e89a3177bfada36687e136ecb04bff03439234223113a7d36a0d1"
# downloads can be found at https://www.odrive.com/downloaddesktop
url "https://d3huse1s6vwzq6.cloudfront.net/odrivesync.#{version}.pkg",
verified: "d3huse1s6vwzq6.cloudfront.net/"
appcast "https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://www.odrive.com/downloaddesktop?platform=mac"
name "odrive"
desc "Tool to make any cloud storage unified, synchronized, shareable, and encrypted"
homepage "https://www.odrive.com/"
pkg "odrivesync.#{version}.pkg"
uninstall quit: "com.oxygencloud.odrive",
pkgutil: "com.oxygen.odrive.*"
end