findergo: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:23:58 +01:00
parent 027af46c58
commit 53123b4b7a
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,13 +1,13 @@
cask 'findergo' do
version '1.4.0'
sha256 '0484e158c4fd95c5ecb8bbdb14a01a039268758fb5bb1cc1754d78e2592db638'
cask "findergo" do
version "1.4.0"
sha256 "0484e158c4fd95c5ecb8bbdb14a01a039268758fb5bb1cc1754d78e2592db638"
url "https://github.com/onmyway133/FinderGo/releases/download/#{version}/FinderGo.zip"
appcast 'https://github.com/onmyway133/FinderGo/releases.atom'
name 'FinderGo'
homepage 'https://github.com/onmyway133/FinderGo'
appcast "https://github.com/onmyway133/FinderGo/releases.atom"
name "FinderGo"
homepage "https://github.com/onmyway133/FinderGo"
depends_on macos: '>= :sierra'
depends_on macos: ">= :sierra"
app 'FinderGo.app'
app "FinderGo.app"
end