routeconverter: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:35:11 +01:00
parent 39419f0bd5
commit f99b4666dc
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 8 additions and 8 deletions

View File

@ -1,14 +1,14 @@
cask 'routeconverter' do
version '2.29.116'
sha256 '2f0df34831e8ee1a864070c5d11fe4b596ea32ed5a8acf1728220fc64547db51'
cask "routeconverter" do
version "2.29.116"
sha256 "2f0df34831e8ee1a864070c5d11fe4b596ea32ed5a8acf1728220fc64547db51"
url 'https://static.routeconverter.com/download/RouteConverterMac.app.zip'
appcast 'https://static.routeconverter.com/download/previous-releases/',
url "https://static.routeconverter.com/download/RouteConverterMac.app.zip"
appcast "https://static.routeconverter.com/download/previous-releases/",
must_contain: version.major_minor
name 'RouteConverter'
homepage 'https://www.routeconverter.com/'
name "RouteConverter"
homepage "https://www.routeconverter.com/"
auto_updates true
app 'RouteConverterMacOpenSource.app'
app "RouteConverterMacOpenSource.app"
end