homebrew-cask/Casks/odrive.rb

17 lines
658 B
Ruby

cask 'odrive' do
version '6642'
sha256 '5544c9b6f8a1b574d1d1ddd3c9d7ea102fac6a8c451e3d38b51e5067d3e659cf'
# 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}.dmg"
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://www.odrive.com/downloaddesktop?platform=mac'
name 'odrive'
homepage 'https://www.odrive.com/'
pkg "odrive.#{version}.pkg"
uninstall quit: 'com.oxygencloud.odrive',
pkgutil: 'com.oxygen.odrive.*'
end