homebrew-cask/Casks/odrive.rb

15 lines
482 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'odrive' do
2016-09-28 13:15:33 +08:00
version '5998'
sha256 'dc09f86cca468a587fecd17fe7c3ec5c0b2436631b20c84ddeac766b2ac42450'
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
2016-03-09 05:01:27 +08:00
# d3huse1s6vwzq6.cloudfront.net was verified as official when first introduced to the cask
2015-09-15 03:45:07 +08:00
url "https://d3huse1s6vwzq6.cloudfront.net/odrivesync.#{version}.dmg"
2015-04-16 01:28:02 +08:00
name 'odrive'
2016-11-23 21:35:02 +08:00
homepage 'https://www.odrive.com/'
2014-11-05 17:44:55 +08:00
pkg "odrive.#{version}.pkg"
2014-11-22 22:12:43 +08:00
uninstall pkgutil: 'com.oxygencloud.odrive.*'
2014-11-05 17:44:55 +08:00
end