homebrew-cask/Casks/odrive.rb

15 lines
477 B
Ruby

cask 'odrive' do
version '6271'
sha256 '7a0e7dcdc684baebc77310d64d70aa15547422c61585af6aaa397ce392f52e94'
# 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"
name 'odrive'
homepage 'https://www.odrive.com/'
pkg "odrive.#{version}.pkg"
uninstall pkgutil: 'com.oxygen.odrive.*'
end