trezor-bridge: fix RuboCop style.

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

View File

@ -1,17 +1,17 @@
cask 'trezor-bridge' do
version '2.0.27'
sha256 'a8a5352f888467cb1bc3b4273ee26c7f0da2a58f60e31aeffea46153aa03be07'
cask "trezor-bridge" do
version "2.0.27"
sha256 "a8a5352f888467cb1bc3b4273ee26c7f0da2a58f60e31aeffea46153aa03be07"
url "https://wallet.trezor.io/data/bridge/#{version}/trezor-bridge-#{version}.pkg"
appcast 'https://wallet.trezor.io/data/bridge/latest.txt'
name 'TREZOR Bridge'
homepage 'https://wallet.trezor.io/'
appcast "https://wallet.trezor.io/data/bridge/latest.txt"
name "TREZOR Bridge"
homepage "https://wallet.trezor.io/"
pkg "trezor-bridge-#{version}.pkg"
uninstall pkgutil: 'com.bitcointrezor.pkg.TREZORBridge*',
launchctl: 'com.bitcointrezor.trezorBridge.trezord',
delete: '/Applications/Utilities/TREZOR Bridge'
uninstall pkgutil: "com.bitcointrezor.pkg.TREZORBridge*",
launchctl: "com.bitcointrezor.trezorBridge.trezord",
delete: "/Applications/Utilities/TREZOR Bridge"
zap trash: '~/Library/Logs/trezord.log'
zap trash: "~/Library/Logs/trezord.log"
end