polar-bookshelf: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:33:36 +01:00
parent 12a0a701c1
commit d0e0e85e32
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 'polar-bookshelf' do
version '1.100.13'
sha256 'bd1652de7de8457cc7a986d977f20d07666334702bbe06748096be6c06179fcb'
cask "polar-bookshelf" do
version "1.100.13"
sha256 "bd1652de7de8457cc7a986d977f20d07666334702bbe06748096be6c06179fcb"
# github.com/burtonator/polar-bookshelf/ was verified as official when first introduced to the cask
url "https://github.com/burtonator/polar-bookshelf/releases/download/v#{version}/polar-bookshelf-#{version}.dmg"
appcast 'https://github.com/burtonator/polar-bookshelf/releases.atom'
name 'Polar Bookshelf'
homepage 'https://getpolarized.io/'
appcast "https://github.com/burtonator/polar-bookshelf/releases.atom"
name "Polar Bookshelf"
homepage "https://getpolarized.io/"
app 'Polar Bookshelf.app'
app "Polar Bookshelf.app"
end