homebrew-cask/Casks/odrive.rb

16 lines
483 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'odrive' do
2015-09-15 03:45:07 +08:00
version '3801'
sha256 '3f655ccfab6a04bbcf6d5660b03ea0532184ee0840f6f5edec71d65340ebb3fe'
2014-11-05 17:44:55 +08:00
2015-09-15 03:45:07 +08:00
# downloads can be found at https://www.odrive.com/downloaddesktop
# cloudfront.com is the official download host per the vendor homepage
url "https://d3huse1s6vwzq6.cloudfront.net/odrivesync.#{version}.dmg"
2015-04-16 01:28:02 +08:00
name 'odrive'
homepage 'https://app.odrive.com/'
license :gratis
2014-11-05 17:44:55 +08:00
pkg "odrive.#{version}.pkg"
2014-11-22 22:12:43 +08:00
2014-11-05 17:44:55 +08:00
uninstall :pkgutil => 'com.oxygencloud.odrive.*'
end