patchwork: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:33:02 +01:00
parent c656aa279d
commit 26a0e2c44c
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 'patchwork' do
version '3.18.0'
sha256 '9f98b5a0574ae854f2ef970db70e9f542013340f38dab4ab9b2bda7abb6d9278'
cask "patchwork" do
version "3.18.0"
sha256 "9f98b5a0574ae854f2ef970db70e9f542013340f38dab4ab9b2bda7abb6d9278"
url "https://github.com/ssbc/patchwork/releases/download/v#{version}/Patchwork-#{version}.dmg"
appcast 'https://github.com/ssbc/patchwork/releases.atom'
name 'Patchwork'
homepage 'https://github.com/ssbc/patchwork'
appcast "https://github.com/ssbc/patchwork/releases.atom"
name "Patchwork"
homepage "https://github.com/ssbc/patchwork"
app 'Patchwork.app'
app "Patchwork.app"
end