From dcb51c0dfa28d5625e5508060e7a7f392d8b24f9 Mon Sep 17 00:00:00 2001 From: Patrick Kennedy Date: Thu, 26 Jan 2017 05:21:31 -0800 Subject: [PATCH] Add standalone Microsoft OneDrive v17.3.6760.0105 (#29389) Add support for the standalone version of Microsoft OneDrive see https://blogs.office.com/2017/01/24/onedrive-brings-new-file-collaboration-and-management-features-to-the-enterprise/ --- Casks/onedrive.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Casks/onedrive.rb diff --git a/Casks/onedrive.rb b/Casks/onedrive.rb new file mode 100644 index 00000000000..607f2323c76 --- /dev/null +++ b/Casks/onedrive.rb @@ -0,0 +1,13 @@ +cask 'onedrive' do + version '17.3.6760.0105' + sha256 '1b46614fe775aee48c9280430ab31af6d73a5b38b3e64fb1f6955c80c448aab1' + + # oneclient.sfx.ms was verified as official when first introduced to the cask + url "https://oneclient.sfx.ms/Mac/Prod/#{version}/OneDrive.pkg" + name 'OneDrive' + homepage 'https://onedrive.live.com/' + + pkg 'OneDrive.pkg' + + uninstall pkgutil: 'com.microsoft.OneDrive' +end