homebrew-cask/Casks/odrive.rb

16 lines
500 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'odrive' do
2016-07-04 05:05:11 +08:00
version '5491'
sha256 'd07bb9c99ca24ca31d439c1a285a778b0c6535cca36e2219b47b66ef78e3ea8b'
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'
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
uninstall pkgutil: 'com.oxygencloud.odrive.*'
2014-11-05 17:44:55 +08:00
end