freedom: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:24:40 +01:00
parent 1306c5d10f
commit 1e3dedf5c9
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,13 +1,13 @@
cask 'freedom' do
version '2.3.2'
sha256 'eebeb9c90f356b46dbe6e7fe2fbb90390e110e2d0fae265ecb0f31ba081d59bc'
cask "freedom" do
version "2.3.2"
sha256 "eebeb9c90f356b46dbe6e7fe2fbb90390e110e2d0fae265ecb0f31ba081d59bc"
url "https://cdn.freedom.to/installers/updates/mac/#{version}/Freedom.zip"
appcast 'https://cdn.freedom.to/installers/updates/mac/Appcast.xml'
name 'Freedom'
homepage 'https://freedom.to/'
appcast "https://cdn.freedom.to/installers/updates/mac/Appcast.xml"
name "Freedom"
homepage "https://freedom.to/"
auto_updates true
app 'Freedom.app'
app "Freedom.app"
end