aja-system-test: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:15:28 +01:00
parent 62fbbb8f50
commit a5b385e949
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
cask 'aja-system-test' do
version '2.1.0'
sha256 '53fa38382d73a0e70a88f5f23fdb384612fd57dd8ae1bb28fe49a7896b321bac'
cask "aja-system-test" do
version "2.1.0"
sha256 "53fa38382d73a0e70a88f5f23fdb384612fd57dd8ae1bb28fe49a7896b321bac"
url "https://www.aja.com/assets/products/files/90/AJA_SystemTest-#{version}.app.zip"
name 'AJA System Test'
homepage 'https://www.aja.com/products/aja-system-test'
name "AJA System Test"
homepage "https://www.aja.com/products/aja-system-test"
app 'AJA System Test.app'
app "AJA System Test.app"
end