asc-timetables: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:16:40 +01:00
parent f3fbd5bb0f
commit 9f82352cc2
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,12 +1,12 @@
cask 'asc-timetables' do
version '2020.7.1'
sha256 '94f8054af96ef352ab0da4a107483a0fc234d4936702e815b23e44fc98e22c6f'
cask "asc-timetables" do
version "2020.7.1"
sha256 "94f8054af96ef352ab0da4a107483a0fc234d4936702e815b23e44fc98e22c6f"
url "https://www.asctimetables.com/download/asctimetables_#{version.dots_to_underscores}.dmg"
appcast 'https://www.asctimetables.com/',
appcast "https://www.asctimetables.com/",
must_contain: version.dots_to_underscores
name 'aSc TimeTables'
homepage 'https://www.asctimetables.com/'
name "aSc TimeTables"
homepage "https://www.asctimetables.com/"
app 'aSc TimeTables.app'
app "aSc TimeTables.app"
end