homebrew-cask/Casks/odrive.rb

16 lines
610 B
Ruby

cask 'odrive' do
version '6523'
sha256 'e5a77d37f3672607cdf2a0f9ef7efd83f06f3c8d9592f8b97847a809830ea08f'
# 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 pkgutil: 'com.oxygen.odrive.*'
end