homebrew-cask/Casks/odrive.rb

16 lines
610 B
Ruby

cask 'odrive' do
version '6518'
sha256 '26c95ec3212a78956a3a5646d9c2e525fcb3f19be0d0902e710c7df1d0b25dc0'
# 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