pdfshaver: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:33:08 +01:00
parent 72b4ea7e53
commit d5c95dfad9
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 'pdfshaver' do cask "pdfshaver" do
version '1.0' version "1.0"
sha256 'ebfacb5e30b0939c4549f36fe88be10c0d4bae1ffaa4616e70daf849d19df9d0' sha256 "ebfacb5e30b0939c4549f36fe88be10c0d4bae1ffaa4616e70daf849d19df9d0"
url "https://github.com/tparry/PDFShaver.app/releases/download/v#{version}/PDFShaver.zip" url "https://github.com/tparry/PDFShaver.app/releases/download/v#{version}/PDFShaver.zip"
appcast 'https://github.com/tparry/PDFShaver.app/releases.atom' appcast "https://github.com/tparry/PDFShaver.app/releases.atom"
name 'PDFShaver' name "PDFShaver"
homepage 'https://github.com/tparry/PDFShaver.app' homepage "https://github.com/tparry/PDFShaver.app"
app 'PDFShaver.app' app "PDFShaver.app"
end end