profind: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:33:57 +01:00
parent 39d93401b8
commit cd0de43704
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 'profind' do
version '1.7.2'
sha256 '8f14bc06a0196ec562c4042c377a448d679a738196151ead83ab610b6a0906ff'
cask "profind" do
version "1.7.2"
sha256 "8f14bc06a0196ec562c4042c377a448d679a738196151ead83ab610b6a0906ff"
url "https://www.zeroonetwenty.com/profind/downloads/ProFind#{version.no_dots}.dmg"
appcast 'https://www.zeroonetwenty.com/profind/downloads/ProFindVersionInfo.xml'
name 'ProFind'
homepage 'https://www.zeroonetwenty.com/profind/'
appcast "https://www.zeroonetwenty.com/profind/downloads/ProFindVersionInfo.xml"
name "ProFind"
homepage "https://www.zeroonetwenty.com/profind/"
depends_on macos: '>= :high_sierra'
depends_on macos: ">= :high_sierra"
app 'ProFind.app'
app "ProFind.app"
end