cask "odrive" do version "7514" sha256 "05eade51492f2be657dabd205136f138d16c04b34c5e5b9c8e053b07f8173f1d" url "https://d3huse1s6vwzq6.cloudfront.net/odrivesync.#{version}.pkg", verified: "d3huse1s6vwzq6.cloudfront.net/" name "odrive" desc "Tool to make any cloud storage unified, synchronised, shareable, and encrypted" homepage "https://www.odrive.com/" livecheck do url "https://www.odrive.com/downloaddesktop?platform=mac" strategy :header_match end pkg "odrivesync.#{version}.pkg" # Should also remove ~/.odrive/bin/ on uninstall, but causes # faulty reinstall unless ~/.odrive is removed entirely. uninstall quit: [ "com.oxygen.odriveapp", "com.oxygencloud.odrive", ], pkgutil: "com.oxygen.odrive.*" zap trash: "~/.odrive" end