Skip to content

Commit

Permalink
Added Microsoft Edge Canary as Cask
Browse files Browse the repository at this point in the history
  • Loading branch information
weyert authored May 30, 2019
1 parent c8004d1 commit 7cac441
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Casks/microsoft-edge-canary.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
cask 'microsoft-edge-canary' do
version '76.0.174.0'
sha256 'dabc8bcca2a1b5078b0a3093eba6a18a3792e4237495f2aad99065c3b749831e'

url "https://officecdn-microsoft-com.akamaized.net/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/MicrosoftEdgeCanary-#{version}.pkg?Consent=1"
name 'Microsoft Edge'
homepage 'https://www.google.com/chrome/'

auto_updates true
depends_on macos: '>= :sierra'

pkg "MicrosoftEdgeCanary-#{version}.pkg"

uninstall launchctl: [
'com.microsoft.Edge.Canary',
]

zap trash: [
'~/Library/Application Support/Microsoft Edge Canary',
'~/Library/Preferences/com.microsoft.Edge.Canary.plist',
'~/Library/Saved Application State/com.microsoft.Edge.Canary.savedState'
],
rmdir: [
'~/Library/Application Support/Microsoft Edge Canary'
]
end

0 comments on commit 7cac441

Please sign in to comment.