seashore: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:35:32 +01:00
parent 6df70d538d
commit 30c4fba446
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 'seashore' do
version '2.5.9'
sha256 '511d1bed52249b81d4dddf10013bee1d2f5e8f0e7f0df54ccf0d7feffd69ec2d'
cask "seashore" do
version "2.5.9"
sha256 "511d1bed52249b81d4dddf10013bee1d2f5e8f0e7f0df54ccf0d7feffd69ec2d"
url "https://github.com/robaho/seashore/releases/download/v#{version}/seashore-bin-#{version}.dmg"
appcast 'https://github.com/robaho/seashore/releases.atom'
name 'Seashore'
homepage 'https://github.com/robaho/seashore'
appcast "https://github.com/robaho/seashore/releases.atom"
name "Seashore"
homepage "https://github.com/robaho/seashore"
app 'Seashore.app'
app "Seashore.app"
end