epub-to-pdf: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:23:25 +01:00
parent 1a9a0e90f7
commit 023426efeb
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
cask 'epub-to-pdf' do
version '3.1'
sha256 'dcfc59d57f756802e844614b7dae43bca67284ec85fe6b909f244e41f20987b3'
cask "epub-to-pdf" do
version "3.1"
sha256 "dcfc59d57f756802e844614b7dae43bca67284ec85fe6b909f244e41f20987b3"
# googleapis.com/google-code-archive-downloads/v2/code.google.com/epub-2-pdf/ was verified as official when first introduced to the cask
url "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/epub-2-pdf/e2p-#{version.major}.dmg"
name 'epub-2-pdf'
homepage 'https://code.google.com/archive/p/epub-2-pdf'
name "epub-2-pdf"
homepage "https://code.google.com/archive/p/epub-2-pdf"
app 'epub-to-pdf.app'
app "epub-to-pdf.app"
caveats do
discontinued