homebrew-cask/Casks/m/microsoft-remote-desktop.rb

41 lines
1.4 KiB
Ruby

cask "microsoft-remote-desktop" do
version "10.9.6"
sha256 "dee60b67904bc5ef755225ec0ade7bc03b04cea363b64259c0a94e47f596d672"
url "https://officecdn-microsoft-com.akamaized.net/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/Microsoft_Remote_Desktop_#{version}_installer.pkg",
verified: "officecdn-microsoft-com.akamaized.net/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/"
name "Microsoft Remote Desktop"
desc "Remote desktop client"
homepage "https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-mac"
livecheck do
url "https://go.microsoft.com/fwlink/?linkid=868963"
strategy :header_match
end
auto_updates true
depends_on macos: ">= :high_sierra"
pkg "Microsoft_Remote_Desktop_#{version}_installer.pkg"
uninstall launchctl: [
"com.microsoft.autoupdate.helper",
"com.microsoft.update.agent",
],
quit: [
"com.microsoft.autoupdate.fba",
"com.microsoft.autoupdate2",
"com.microsoft.errorreporting",
],
pkgutil: [
"com.microsoft.package.Microsoft_AutoUpdate.app",
"com.microsoft.rdc.macos",
]
zap trash: [
"~/Library/Application Scripts/com.microsoft.rdc.macos",
"~/Library/Containers/com.microsoft.rdc.macos",
"~/Library/Group Containers/UBF8T346G9.com.microsoft.rdc",
]
end