fontgoggles: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:24:29 +01:00
parent a29bf000be
commit 08d805ec2d
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 'fontgoggles' do
version '1.1.16'
sha256 'c9749640cc04f3999db15ef7baa0dafb71e492fa6fef9f0b0cf0bed3dd5f0658'
cask "fontgoggles" do
version "1.1.16"
sha256 "c9749640cc04f3999db15ef7baa0dafb71e492fa6fef9f0b0cf0bed3dd5f0658"
# github.com/justvanrossum/fontgoggles/ was verified as official when first introduced to the cask
url "https://github.com/justvanrossum/fontgoggles/releases/download/v#{version}/FontGoggles.dmg"
appcast 'https://github.com/justvanrossum/fontgoggles/releases.atom'
name 'FontGoggles'
homepage 'https://fontgoggles.org/'
appcast "https://github.com/justvanrossum/fontgoggles/releases.atom"
name "FontGoggles"
homepage "https://fontgoggles.org/"
app 'FontGoggles.app'
app "FontGoggles.app"
end