forecast: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:24:31 +01:00
parent c44e123111
commit 246216d36c
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 'forecast' do
version '0.9.1_129'
sha256 '71425799cf7bb247cd83d0ff9275a1170245a0610b98d4613d186671da0fd49a'
cask "forecast" do
version "0.9.1_129"
sha256 "71425799cf7bb247cd83d0ff9275a1170245a0610b98d4613d186671da0fd49a"
# d2uzvmey2c90kn.cloudfront.net/appcast_download/ was verified as official when first introduced to the cask
url "https://d2uzvmey2c90kn.cloudfront.net/appcast_download/Forecast_#{version}.zip"
appcast 'https://overcast.fm/appcast/Forecast.xml'
name 'Forecast'
homepage 'https://overcast.fm/forecast'
appcast "https://overcast.fm/appcast/Forecast.xml"
name "Forecast"
homepage "https://overcast.fm/forecast"
app 'Forecast.app'
app "Forecast.app"
end