mendeley: fix RuboCop style.

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

View File

@ -1,11 +1,11 @@
cask 'mendeley' do
version '1.19.4'
sha256 'bd9584152eb0bd375ce98b874981a44d87435d0e7b5a411734d9db63f48f7260'
cask "mendeley" do
version "1.19.4"
sha256 "bd9584152eb0bd375ce98b874981a44d87435d0e7b5a411734d9db63f48f7260"
url "https://desktop-download.mendeley.com/download/Mendeley-Desktop-#{version}-OSX-Universal.dmg"
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://www.mendeley.com/autoupdates/installer/Mac-x64/stable-incoming'
name 'Mendeley Desktop'
homepage 'https://www.mendeley.com/reference-management/mendeley-desktop'
appcast "https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://www.mendeley.com/autoupdates/installer/Mac-x64/stable-incoming"
name "Mendeley Desktop"
homepage "https://www.mendeley.com/reference-management/mendeley-desktop"
app 'Mendeley Desktop.app'
app "Mendeley Desktop.app"
end