epic: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:23:23 +01:00
parent eb0fb7efb1
commit c4a0c754ea
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 'epic' do
version '79.0.3946.130'
sha256 '70c99216e73fc0e3bc1051cf45b3d3b40b47a86f4da3a1b33c9a5622edfcbae5'
cask "epic" do
version "79.0.3946.130"
sha256 "70c99216e73fc0e3bc1051cf45b3d3b40b47a86f4da3a1b33c9a5622edfcbae5"
# macepic-cbe.kxcdn.com/ was verified as official when first introduced to the cask
url "https://cdn.epicbrowser.com/mac/epic_#{version}.dmg"
appcast 'https://epicbrowser.com/thank_you.php'
name 'Epic Privacy Browser'
homepage 'https://www.epicbrowser.com/'
appcast "https://epicbrowser.com/thank_you.php"
name "Epic Privacy Browser"
homepage "https://www.epicbrowser.com/"
app 'Epic.app'
app "Epic.app"
end