get-iplayer-automator: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:25:07 +01:00
parent be71aeae16
commit 9763cb0fb3
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 'get-iplayer-automator' do
version '1.18.2,b20200218001'
sha256 'd1f40f5854e07a43521251e9cf84bccb4c4392b97140fddd7aca3852ae9d1dd0'
cask "get-iplayer-automator" do
version "1.18.2,b20200218001"
sha256 "d1f40f5854e07a43521251e9cf84bccb4c4392b97140fddd7aca3852ae9d1dd0"
url "https://github.com/Ascoware/get-iplayer-automator/releases/download/v#{version.before_comma}/Get.iPlayer.Automator.v#{version.before_comma}.#{version.after_comma}.zip"
appcast 'https://github.com/Ascoware/get-iplayer-automator/releases.atom',
appcast "https://github.com/Ascoware/get-iplayer-automator/releases.atom",
must_contain: version.before_comma
name 'Get iPlayer Automator'
homepage 'https://github.com/Ascoware/get-iplayer-automator'
name "Get iPlayer Automator"
homepage "https://github.com/Ascoware/get-iplayer-automator"
app 'Get iPlayer Automator.app'
app "Get iPlayer Automator.app"
end