fauxpas: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:23:46 +01:00
parent a0fb58f102
commit 5069a158f9
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,11 +1,11 @@
cask 'fauxpas' do cask "fauxpas" do
version '1.7.2' version "1.7.2"
sha256 '4db3fb5d6f84fedc7416b66ba67ce0d0849d57302734d7facf0d59b5b615f365' sha256 "4db3fb5d6f84fedc7416b66ba67ce0d0849d57302734d7facf0d59b5b615f365"
url "http://files.fauxpasapp.com/FauxPas-#{version}.tar.bz2" url "http://files.fauxpasapp.com/FauxPas-#{version}.tar.bz2"
appcast 'http://files.fauxpasapp.com/appcast.xml' appcast "http://files.fauxpasapp.com/appcast.xml"
name 'Faux Pas' name "Faux Pas"
homepage 'http://fauxpasapp.com/' homepage "http://fauxpasapp.com/"
app 'FauxPas.app' app "FauxPas.app"
end end