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/
This commit is contained in:
Patrick Kennedy 2017-01-26 05:21:31 -08:00 committed by Miccal Matthews
parent 1df58a05a3
commit dcb51c0dfa
1 changed files with 13 additions and 0 deletions

13
Casks/onedrive.rb Normal file
View File

@ -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