uu-booster: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:38:10 +01:00
parent 62cb9b36f4
commit 06e22bc441
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 'uu-booster' do
version '2.1.2,164'
sha256 '3fb99880683ec6d82b781f975e6422f5c746ca250b04786f8162d4494a5541fe'
cask "uu-booster" do
version "2.1.2,164"
sha256 "3fb99880683ec6d82b781f975e6422f5c746ca250b04786f8162d4494a5541fe"
# uu.gdl.netease.com/ was verified as official when first introduced to the cask
url "https://uu.gdl.netease.com/UU-macOS-#{version.before_comma}(#{version.after_comma}).dmg"
appcast 'https://adl.netease.com/d/g/uu/c/uumac?type=pc'
name 'UU Booster'
homepage 'https://uu.163.com/down/mac/'
appcast "https://adl.netease.com/d/g/uu/c/uumac?type=pc"
name "UU Booster"
homepage "https://uu.163.com/down/mac/"
app 'UUBooster.app'
app "UUBooster.app"
end