flic: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:24:11 +01:00
parent 0c263d775c
commit 4508ef4be0
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,12 +1,12 @@
cask 'flic' do
version '2.0.2'
sha256 '46fad4ca0e69128b28906e8c2e7b785e39a1dc406a775a6c48184e8bf90869b6'
cask "flic" do
version "2.0.2"
sha256 "46fad4ca0e69128b28906e8c2e7b785e39a1dc406a775a6c48184e8bf90869b6"
# misc-scl-cdn.s3.amazonaws.com/ was verified as official when first introduced to the cask
url "https://misc-scl-cdn.s3.amazonaws.com/Flic.#{version}.zip"
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://flic.io/mac-app/download'
name 'Flic'
homepage 'https://flic.io/mac-app'
appcast "https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://flic.io/mac-app/download"
name "Flic"
homepage "https://flic.io/mac-app"
app 'Flic.app'
app "Flic.app"
end