itools: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:27:27 +01:00
parent 07fd9d6ca5
commit 95d2107fd2
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 'itools' do cask "itools" do
version '2.9.2' version "2.9.2"
sha256 'cd74e55b8b92a8c1a75278ad7c02baf5521b51241505620c282e9547cd20afcd' sha256 "cd74e55b8b92a8c1a75278ad7c02baf5521b51241505620c282e9547cd20afcd"
# dl2.itools.hk/dl/ was verified as official when first introduced to the cask # dl2.itools.hk/dl/ was verified as official when first introduced to the cask
url "http://dl2.itools.hk/dl/iTools64_#{version}.dmg" url "http://dl2.itools.hk/dl/iTools64_#{version}.dmg"
appcast 'http://dl2.itools.hk/update/iTools64ForMacCast.xml' appcast "http://dl2.itools.hk/update/iTools64ForMacCast.xml"
name 'iTools' name "iTools"
homepage 'https://pro.itools.cn/mac/english' homepage "https://pro.itools.cn/mac/english"
app 'iTools.app' app "iTools.app"
end end