unite: fix RuboCop style.

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

View File

@ -1,22 +1,22 @@
cask 'unite' do
version '3.1,WiusgeYwTKaK9HQ7XWkT'
sha256 '9a16c4fdcfbd63c301102fb024a9a2d47301eb63d24d52cd307c38bbbe2bb685'
cask "unite" do
version "3.1,WiusgeYwTKaK9HQ7XWkT"
sha256 "9a16c4fdcfbd63c301102fb024a9a2d47301eb63d24d52cd307c38bbbe2bb685"
# paddle.s3.amazonaws.com/fulfillment_downloads/20398/576531/ was verified as official when first introduced to the cask
url "https://paddle.s3.amazonaws.com/fulfillment_downloads/20398/576531/#{version.after_comma}_Unite.zip"
appcast 'https://drive.google.com/uc?export=download&id=1pPlm8G1yluV7ipcRh-2pmXP-nATWsjTK'
name 'Unite'
homepage 'https://bzgapps.com/unite'
appcast "https://drive.google.com/uc?export=download&id=1pPlm8G1yluV7ipcRh-2pmXP-nATWsjTK"
name "Unite"
homepage "https://bzgapps.com/unite"
auto_updates true
depends_on macos: '>= :high_sierra'
depends_on macos: ">= :high_sierra"
app 'Unite.app'
app "Unite.app"
zap trash: [
'~/Library/Application Support/Unite',
'~/Library/Application Support/com.BZG.unite.*',
'~/Library/Preferences/com.BZG.unite.*',
],
rmdir: '/Users/Shared/Unite'
"~/Library/Application Support/Unite",
"~/Library/Application Support/com.BZG.unite.*",
"~/Library/Preferences/com.BZG.unite.*",
],
rmdir: "/Users/Shared/Unite"
end