flume: fix RuboCop style.

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

View File

@ -1,15 +1,15 @@
cask 'flume' do
version '2.8.6.5'
sha256 '25b80175858387a19a3eedde2df3b25a5b28b420fdd9bad1a8b552a0a86320ea'
cask "flume" do
version "2.8.6.5"
sha256 "25b80175858387a19a3eedde2df3b25a5b28b420fdd9bad1a8b552a0a86320ea"
url "https://flumeapp.com/files/Flume-#{version}.zip"
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://flumeapp.com/download/'
name 'Flume'
homepage 'https://flumeapp.com/'
appcast "https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://flumeapp.com/download/"
name "Flume"
homepage "https://flumeapp.com/"
auto_updates true
app 'Flume.app'
app "Flume.app"
zap trash: '~/Library/Application Support/Flume'
zap trash: "~/Library/Application Support/Flume"
end