blobby-volley2: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:18:18 +01:00
parent 00e33c0b12
commit e0f832141b
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 'blobby-volley2' do
cask "blobby-volley2" do
# note: "2" is not a version number, but an intrinsic part of the product name
version '1.0'
sha256 '6e2b1381e32607e1f452920b1fbfcb5f2393bc13e48fcc58cbcd26b8e9e70117'
version "1.0"
sha256 "6e2b1381e32607e1f452920b1fbfcb5f2393bc13e48fcc58cbcd26b8e9e70117"
# downloads.sourceforge.net/blobby/ was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/blobby/blobby2-macosx-#{version}.dmg"
appcast 'https://sourceforge.net/projects/blobby/rss'
name 'Blobby Volley 2'
homepage 'https://blobby.sourceforge.io/'
appcast "https://sourceforge.net/projects/blobby/rss"
name "Blobby Volley 2"
homepage "https://blobby.sourceforge.io/"
app 'Blobby Volley 2.app'
app "Blobby Volley 2.app"
end