homebrew-cask/Casks/odrive.rb

15 lines
482 B
Ruby

cask 'odrive' do
version '5998'
sha256 'dc09f86cca468a587fecd17fe7c3ec5c0b2436631b20c84ddeac766b2ac42450'
# 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.oxygencloud.odrive.*'
end