homebrew-cask/Casks/odrive.rb

18 lines
750 B
Ruby

cask "odrive" do
version "6887"
sha256 "bff467e75efe07fe2a6826a801fc8d7e71145ec71751d95edbd526d88135b2fb"
# downloads can be found at https://www.odrive.com/downloaddesktop
# d3huse1s6vwzq6.cloudfront.net/ was verified as official when first introduced to the cask
url "https://d3huse1s6vwzq6.cloudfront.net/odrivesync.#{version}.pkg"
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