shadowsocksx: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:35:43 +01:00
parent e2622c63b2
commit b767efef31
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,11 +1,11 @@
cask 'shadowsocksx' do
version '2.6.3'
sha256 'f0e263dd1d74b0b6977389f2b8b28c524bceccbc5ad24ca8a8164b92ede1c45a'
cask "shadowsocksx" do
version "2.6.3"
sha256 "f0e263dd1d74b0b6977389f2b8b28c524bceccbc5ad24ca8a8164b92ede1c45a"
url "https://github.com/shadowsocks/shadowsocks-iOS/releases/download/#{version}/ShadowsocksX-#{version}.dmg"
appcast 'https://github.com/shadowsocks/shadowsocks-iOS/releases.atom'
name 'ShadowsocksX'
homepage 'https://github.com/shadowsocks/shadowsocks-iOS/wiki/Shadowsocks-for-OSX-Help'
appcast "https://github.com/shadowsocks/shadowsocks-iOS/releases.atom"
name "ShadowsocksX"
homepage "https://github.com/shadowsocks/shadowsocks-iOS/wiki/Shadowsocks-for-OSX-Help"
app 'ShadowsocksX.app'
app "ShadowsocksX.app"
end