remote-desktop-manager-free: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:34:54 +01:00
parent d580facce9
commit 1ce5f9b89f
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 10 additions and 10 deletions

View File

@ -1,17 +1,17 @@
cask 'remote-desktop-manager-free' do cask "remote-desktop-manager-free" do
version '2020.2.1.0' version "2020.2.1.0"
sha256 '1cfe99a16ef2ee0b2ef26ab7fb9fcecbc3bcf6d2afc1b2d958a5408e4ff7df14' sha256 "1cfe99a16ef2ee0b2ef26ab7fb9fcecbc3bcf6d2afc1b2d958a5408e4ff7df14"
# devolutions.net/ was verified as official when first introduced to the cask # devolutions.net/ was verified as official when first introduced to the cask
url "https://cdn.devolutions.net/download/Mac/Devolutions.RemoteDesktopManager.Free.Mac.#{version}.dmg" url "https://cdn.devolutions.net/download/Mac/Devolutions.RemoteDesktopManager.Free.Mac.#{version}.dmg"
appcast 'https://cdn.devolutions.net/download/Mac/RemoteDesktopManagerFree.xml' appcast "https://cdn.devolutions.net/download/Mac/RemoteDesktopManagerFree.xml"
name 'Remote Desktop Manager Free' name "Remote Desktop Manager Free"
homepage 'https://mac.remotedesktopmanager.com/' homepage "https://mac.remotedesktopmanager.com/"
app 'Remote Desktop Manager Free.app' app "Remote Desktop Manager Free.app"
zap trash: [ zap trash: [
'~/Library/Application Support/com.devolutions.remotedesktopmanager.free', "~/Library/Application Support/com.devolutions.remotedesktopmanager.free",
'~/Library/Preferences/com.devolutions.remotedesktopmanager.free', "~/Library/Preferences/com.devolutions.remotedesktopmanager.free",
] ]
end end