From b6948496d5094f89ef51ee629b3fb897c94ef651 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Mon, 30 Sep 2019 20:44:34 -0400 Subject: [PATCH] add microsoft-remote-desktop 10.3.2 --- Casks/microsoft-remote-desktop.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Casks/microsoft-remote-desktop.rb diff --git a/Casks/microsoft-remote-desktop.rb b/Casks/microsoft-remote-desktop.rb new file mode 100644 index 0000000..630d809 --- /dev/null +++ b/Casks/microsoft-remote-desktop.rb @@ -0,0 +1,17 @@ +cask 'microsoft-remote-desktop' do + version '10.3.2' + sha256 '0429c4f331d48698575e71267afb3361519e9f186de121ac83710e63137e633f' + + url "https://go.microsoft.com/fwlink/?linkid=868963" + name 'Microsoft Remote Desktop' + + pkg "Microsoft_Remote_Desktop_#{version}_installer.pkg" + + zap trash: [ + '~/Library/Preferences/com.microsoft.rdc.macos', + '~/Library/Caches/com.microsoft.rdc.macos', + '~/Library/Application Support/com.microsoft.rdc.macos', + '~/Library/Logs/Microsoft Remote Desktop', + '~/Library/Application Support/Microsoft Remote Desktop', + ] +end