avidcodecsle: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:17:07 +01:00
parent 92334bd771
commit 94d55b0c80
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 'avidcodecsle' do
version '2.3.7'
sha256 '0a3e9b24e1af3ea0e01167a944c08b086a6818eacb38bb637bd0dbe85486323b'
cask "avidcodecsle" do
version "2.3.7"
sha256 "0a3e9b24e1af3ea0e01167a944c08b086a6818eacb38bb637bd0dbe85486323b"
url "https://resources.avid.com/supportfiles/attach/AvidCodecsLE_#{version.dots_to_underscores}/Mac/AvidCodecsLE.pkg.zip"
name 'Avid DNxHR codec'
homepage 'https://www.avid.com/en/products/Avid-DNxHR-and-DNxHD'
name "Avid DNxHR codec"
homepage "https://www.avid.com/en/products/Avid-DNxHR-and-DNxHD"
pkg 'AvidCodecsLE.pkg'
pkg "AvidCodecsLE.pkg"
uninstall pkgutil: 'com.avid.avidcodecsle'
uninstall pkgutil: "com.avid.avidcodecsle"
end