You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
984 B
20 lines
984 B
cask 'microsoft-remote-desktop-beta' do
|
|
version '8.2.38.822,145'
|
|
sha256 '10ec83eb067dc2075980148e14340c22b74f6c486ba38e59177ba125f0811ee7'
|
|
|
|
url "https://rink.hockeyapp.net/api/2/apps/5e0c144289a51fca2d3bfa39ce7f2b06/app_versions/#{version.after_comma}?format=zip"
|
|
appcast 'https://rink.hockeyapp.net/api/2/apps/5e0c144289a51fca2d3bfa39ce7f2b06',
|
|
checkpoint: '1e2bf245ed38ed3b1439ba13cd1797d1505ffdc43d481ee10a0ad0442918fced'
|
|
name 'Microsoft Remote Desktop Beta'
|
|
homepage 'https://rink.hockeyapp.net/apps/5e0c144289a51fca2d3bfa39ce7f2b06/'
|
|
|
|
app 'Microsoft Remote Desktop Beta.app'
|
|
|
|
zap trash: [
|
|
'~/Library/Preferences/com.microsoft.rdc.osx.beta',
|
|
'~/Library/Caches/com.microsoft.rdc.osx.beta',
|
|
'~/Library/Application Support/com.microsoft.rdc.osx.beta',
|
|
'~/Library/Logs/Microsoft Remote Desktop Beta',
|
|
'~/Library/Application Support/Microsoft Remote Desktop Beta',
|
|
]
|
|
end
|
|
|